|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.novell.zos.jdl.Constraint com.novell.zos.jdl.BinaryConstraint
public class BinaryConstraint
Representation of a Constraint operating on left and right operands. This is a base class and is not directly constructed.
Field Summary | |
---|---|
static int |
MATCH_MODE_EXACT
Exactly match left and right sides of operation |
static int |
MATCH_MODE_GLOB
If possible perform glob style matching by treating the right side of the operation as a glob expression. |
static int |
MATCH_MODE_REGEXP
If possible perform regular expresion matching by treating the right side of the operation as a regular expression. |
Method Summary | |
---|---|
int |
getMatchMode()
Retrieve the match mode for this binary constraint operation. |
void |
setMatchMode(int matchMode)
Sets the match mode used by some individual binary operator constraints. |
Methods inherited from class com.novell.zos.jdl.Constraint |
---|
getFact, getFactValue, getReason, getValue, setFact, setFactValue, setReason, setValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MATCH_MODE_EXACT
public static final int MATCH_MODE_REGEXP
public static final int MATCH_MODE_GLOB
Method Detail |
---|
public void setMatchMode(int matchMode)
matchMode
- the (advisory) match modepublic int getMatchMode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |