|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.drools.brms.client.modeldriven.brxml.IConstraint
public class IConstraint
Represents a constraint, which may be part of a direct field constraint or a connective.
Field Summary | |
---|---|
int |
constraintValueType
|
static int |
TYPE_ENUM
This is not used yet. |
static int |
TYPE_LITERAL
This may be string, or number, anything really. |
static int |
TYPE_PREDICATE
The fieldName and fieldBinding is not used in the case of a predicate. |
static int |
TYPE_RET_VALUE
This is for a "formula" that calculates a value. |
static int |
TYPE_UNDEFINED
This is used only when constraint is first created. |
static int |
TYPE_VARIABLE
This is when it is set to a valid previously bound variable. |
String |
value
|
Constructor Summary | |
---|---|
IConstraint()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TYPE_UNDEFINED
public static final int TYPE_LITERAL
public static final int TYPE_VARIABLE
public static final int TYPE_RET_VALUE
public static final int TYPE_ENUM
public static final int TYPE_PREDICATE
public String value
public int constraintValueType
Constructor Detail |
---|
public IConstraint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |