AttributeValuepublic class StringAttributeValue extends java.lang.Object implements AttributeValue
| Constructor | Description |
|---|---|
StringAttributeValue() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
compareForOperation(AttributeValue other,
AttributeExpressionOperation op) |
compare the value against the other based on the
AttributeExpressionOperation.
|
java.lang.String |
getValue() |
|
java.lang.String |
toString() |
|
void |
validateAndInitializeValue(java.lang.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 - attribute value.op - attribute expression operation.other matches the current value for the
operation op.public void validateAndInitializeValue(java.lang.String valueStr)
throws java.io.IOException
AttributeValuevalidateAndInitializeValue in interface AttributeValuevalueStr - value.java.io.IOException - io error occur.public java.lang.String getValue()
getValue in interface AttributeValuepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.