|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.zos.jdl.Constraint
com.novell.zos.jdl.BinaryConstraint
com.novell.zos.jdl.NeConstraint
public class NeConstraint
Representation of the Not Equals Constraint. Performs a not equal constraint operation. Missing arguments will always result in this constraint evaluating to false. This constraint can be used independently or added to a And, Or, Not constraint to combine with other constraints.
| Field Summary |
|---|
| Fields inherited from class com.novell.zos.jdl.BinaryConstraint |
|---|
MATCH_MODE_EXACT, MATCH_MODE_GLOB, MATCH_MODE_REGEXP |
| Constructor Summary | |
|---|---|
NeConstraint()
|
|
| Method Summary |
|---|
| Methods inherited from class com.novell.zos.jdl.BinaryConstraint |
|---|
getMatchMode, setMatchMode |
| 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 |
| Constructor Detail |
|---|
public NeConstraint()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||