public class RemoteCompositeConstraint_Proxy extends MappedObject_Proxy<RemoteCompositeConstraint> implements CompositeConstraint
LOGICAL_AND, LOGICAL_OPERATOR_DESCRIPTIONS, LOGICAL_OR| Constructor and Description |
|---|
RemoteCompositeConstraint_Proxy(RemoteCompositeConstraint remoteObject) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBasicSupportLevel()
Tests if this constraint is supported by the basic queryhandler.
|
List<Constraint> |
getChilds()
Gets the child constraints.
|
int |
getLogicalOperator()
Gets the logical operator used to combine the child constraints.
|
RemoteCompositeConstraint |
getWrappedObject() |
boolean |
isInverse()
Tests if the condition must be inverted.
|
void |
setUnmodifiable() |
equals, getMapperCode, hashCode, toStringclone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, waitequals, hashCode, toStringpublic RemoteCompositeConstraint_Proxy(RemoteCompositeConstraint remoteObject)
public List<Constraint> getChilds()
CompositeConstraintgetChilds in interface CompositeConstraintpublic int getLogicalOperator()
CompositeConstraintgetLogicalOperator in interface CompositeConstraintpublic 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 RemoteCompositeConstraint getWrappedObject()
getWrappedObject in interface MappedObjectgetWrappedObject in class MappedObject_Proxy<RemoteCompositeConstraint>MMBase 1.9-SNAPSHOT - ${javadoctimestamp}