|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.brms.client.modeldriven.brl.CompositeFieldConstraint
public class CompositeFieldConstraint
This is a field constraint that may span multiple fields.
Field Summary | |
---|---|
static java.lang.String |
COMPOSITE_TYPE_AND
Means that ALL of the children constraints must resolve to be true. |
static java.lang.String |
COMPOSITE_TYPE_OR
Means that any of the children can resolve to be true. |
java.lang.String |
compositeJunctionType
The type of composite that it is. |
FieldConstraint[] |
constraints
This is the child field constraints of the composite. |
Constructor Summary | |
---|---|
CompositeFieldConstraint()
|
Method Summary | |
---|---|
void |
addConstraint(FieldConstraint constraint)
|
void |
removeConstraint(int idx)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPOSITE_TYPE_OR
public static final java.lang.String COMPOSITE_TYPE_AND
public java.lang.String compositeJunctionType
public FieldConstraint[] constraints
Constructor Detail |
---|
public CompositeFieldConstraint()
Method Detail |
---|
public void addConstraint(FieldConstraint constraint)
public void removeConstraint(int idx)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |