StringAttributeValuepublic interface AttributeValue
| 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() |
|
void |
validateAndInitializeValue(java.lang.String value) |
validate the value based on the type and initialize for further compare
operations.
|
java.lang.String getValue()
void validateAndInitializeValue(java.lang.String value)
throws java.io.IOException
value - value.java.io.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.