public class RemoteConstraint_Proxy extends MappedObject_Proxy<RemoteConstraint> implements Constraint
| Constructor and Description |
|---|
RemoteConstraint_Proxy(RemoteConstraint remoteObject) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBasicSupportLevel()
Tests if this constraint is supported by the basic queryhandler.
|
RemoteConstraint |
getWrappedObject() |
boolean |
isInverse()
Tests if the condition must be inverted.
|
void |
setUnmodifiable() |
equals, getMapperCode, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, hashCodepublic RemoteConstraint_Proxy(RemoteConstraint remoteObject)
public 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 RemoteConstraint getWrappedObject()
getWrappedObject in interface MappedObjectgetWrappedObject in class MappedObject_Proxy<RemoteConstraint>MMBase 1.9-SNAPSHOT - ${javadoctimestamp}