public class RemoteFieldValueConstraint_Proxy extends MappedObject_Proxy<RemoteFieldValueConstraint> implements FieldValueConstraint
EQUAL, GREATER, GREATER_EQUAL, LESS, LESS_EQUAL, LIKE, NOT_EQUAL, OPERATOR_DESCRIPTIONS, REGEXP| Constructor and Description |
|---|
RemoteFieldValueConstraint_Proxy(RemoteFieldValueConstraint remoteObject) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBasicSupportLevel()
Tests if this constraint is supported by the basic queryhandler.
|
StepField |
getField()
Gets the associated stepfield.
|
int |
getOperator()
Gets the operator used to compare values.
|
Object |
getValue()
Gets the value to compare with.
|
RemoteFieldValueConstraint |
getWrappedObject() |
boolean |
isCaseSensitive()
Tests if a the string comparison is case sensitive.
|
boolean |
isInverse()
Tests if the condition must be inverted.
|
boolean |
matches(Object arg0)
Determines whether a certain given value would match this constraint.
|
void |
setUnmodifiable() |
equals, getMapperCode, hashCode, toStringclone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, waittoStringequals, hashCodepublic RemoteFieldValueConstraint_Proxy(RemoteFieldValueConstraint remoteObject)
public Object getValue()
FieldValueConstraintString 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:
getValue in interface FieldValueConstraintpublic int getOperator()
FieldCompareConstraintLIKE is allowed only when the associated field
is of string type.getOperator in interface FieldCompareConstraintpublic boolean isCaseSensitive()
FieldConstraintisCaseSensitive in interface FieldConstraintpublic boolean matches(Object arg0)
FieldConstraintmatches in interface FieldConstraintpublic StepField getField()
FieldConstraintgetField in interface FieldConstraintpublic void setUnmodifiable()
setUnmodifiable in interface Constraintpublic boolean isInverse()
ConstraintThis corresponds to the use of NOT in a WHERE-clause in SQL SELECT-syntax.
isInverse in interface Constraintpublic int getBasicSupportLevel()
ConstraintgetBasicSupportLevel in interface Constraintpublic RemoteFieldValueConstraint getWrappedObject()
getWrappedObject in interface MappedObjectgetWrappedObject in class MappedObject_Proxy<RemoteFieldValueConstraint>MMBase 1.9-SNAPSHOT - ${javadoctimestamp}