public class RemoteFieldValueBetweenConstraint_Proxy extends MappedObject_Proxy<RemoteFieldValueBetweenConstraint> implements FieldValueBetweenConstraint
| Constructor and Description |
|---|
RemoteFieldValueBetweenConstraint_Proxy(RemoteFieldValueBetweenConstraint 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.
|
Object |
getLowerLimit()
Gets the value of the lower limit of the range specified for this
constraint.
|
Object |
getUpperLimit()
Gets the value of the upper limit of the range specified for this
constraint.
|
RemoteFieldValueBetweenConstraint |
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, hashCode, notify, notifyAll, toString, wait, wait, waittoStringequals, hashCodepublic RemoteFieldValueBetweenConstraint_Proxy(RemoteFieldValueBetweenConstraint remoteObject)
public Object getLowerLimit()
FieldValueBetweenConstraintgetLowerLimit in interface FieldValueBetweenConstraintpublic Object getUpperLimit()
FieldValueBetweenConstraintgetUpperLimit in interface FieldValueBetweenConstraintpublic 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 RemoteFieldValueBetweenConstraint getWrappedObject()
getWrappedObject in interface MappedObjectgetWrappedObject in class MappedObject_Proxy<RemoteFieldValueBetweenConstraint>MMBase 1.9-SNAPSHOT - ${javadoctimestamp}