public class ObjectCondition extends ConstrainableCondition
| Modifier and Type | Field and Description |
|---|---|
protected OAVObjectType |
type
The object type.
|
constraints| Constructor and Description |
|---|
ObjectCondition(OAVObjectType type)
Create a new object condition.
|
ObjectCondition(OAVObjectType type,
java.util.List constraints)
Create a new object condition.
|
| Modifier and Type | Method and Description |
|---|---|
OAVObjectType |
getObjectType()
Get the object type.
|
void |
setObjectType(OAVObjectType type)
Get the object type.
|
java.lang.String |
toString()
Get the string representation.
|
addConstraint, getBoundConstraints, getConstraints, getVariablesprotected OAVObjectType type
public ObjectCondition(OAVObjectType type)
public ObjectCondition(OAVObjectType type, java.util.List constraints)
public OAVObjectType getObjectType()
public void setObjectType(OAVObjectType type)
public java.lang.String toString()
toString in class java.lang.Object