public interface FunctionValueConstraint extends FieldCompareConstraint
EQUAL, GREATER, GREATER_EQUAL, LESS, LESS_EQUAL, LIKE, NOT_EQUAL, OPERATOR_DESCRIPTIONS, REGEXP| Modifier and Type | Method and Description |
|---|---|
String |
getFunction() |
Object |
getValue()
Gets the value to compare with.
|
String |
toString()
Returns a string representation of this FunctionValueConstraint.
|
getOperatorgetField, isCaseSensitive, matchesequals, getBasicSupportLevel, hashCode, isInverse, setUnmodifiableString getFunction()
Object getValue()
String or Number.
If the associated field type is of string type, when used in
combination with the operator LIKE, this may contain the
following wildcard characters as well:
String toString()
isInverse()
FieldConstraint#getField().getAlias(), or
FieldConstraint#getField().getFieldName()
when the former is null.
isCaseSensitive()
getValue()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}