public class StringAttributeValue extends Object implements AttributeValue
| Constructor and Description | 
|---|
| StringAttributeValue() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | compareForOperation(AttributeValue other,
                   AttributeExpressionOperation op)compare the value against the other based on the
 AttributeExpressionOperation. | 
| String | getValue() | 
| String | toString() | 
| void | validateAndInitializeValue(String valueStr)validate the value based on the type and initialize for further compare
 operations. | 
public boolean compareForOperation(AttributeValue other, AttributeExpressionOperation op)
AttributeValuecompareForOperation in interface AttributeValueother matches the current value for the
         operation op.public void validateAndInitializeValue(String valueStr) throws IOException
AttributeValuevalidateAndInitializeValue in interface AttributeValueIOExceptionpublic String getValue()
getValue in interface AttributeValueCopyright © 2008–2019 Apache Software Foundation. All rights reserved.