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
- IOException
boolean compareForOperation(AttributeValue other, AttributeExpressionOperation op)
other
- op
- other
matches the current value for the
operation op
.Copyright © 2008–2019 Apache Software Foundation. All rights reserved.