public interface AttributeValue
| Modifier and Type | Method and Description | 
|---|---|
| boolean | compareForOperation(AttributeValue other,
                   AttributeExpressionOperation op)compare the value against the other based on the
 AttributeExpressionOperation. | 
| String | getValue() | 
| void | validateAndInitializeValue(String value)validate the value based on the type and initialize for further compare
 operations. | 
String getValue()
void validateAndInitializeValue(String value) throws IOException
value - value.IOException - io error occur.boolean compareForOperation(AttributeValue other, AttributeExpressionOperation op)
other - attribute value.op - attribute expression operation.other matches the current value for the
         operation op.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.