|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.novell.zos.toolkit.ConstraintFactory
public class ConstraintFactory
Factory pattern used to create constraint objects which may be combined into larger constraint hierarchies for use in searches or other constraint based matching.
Method Summary | |
---|---|
static AndConstraint |
newAndConstraint()
Create an instance of the AndConstraint |
static BetweenConstraint |
newBetweenConstraint()
Create an instance of the BetweenConstraint |
static ContainsConstraint |
newContainsConstraint()
Create an instance of the ContainsConstraint |
static DefinedConstraint |
newDefinedConstraint()
Create an instance of the DefinedConstraint |
static EqConstraint |
newEqConstraint()
Create an instance of the EqConstraint |
static GeConstraint |
newGeConstraint()
Create an instance of the GeConstraint |
static GtConstraint |
newGtConstraint()
Create an instance of the GtConstraint |
static LeConstraint |
newLeConstraint()
Create an instance of the LeConstraint |
static LtConstraint |
newLtConstraint()
Create an instance of the LtConstraint |
static NeConstraint |
newNeConstraint()
Create an instance of the NeConstraint |
static NotConstraint |
newNotConstraint()
Create an instance of the NotConstraint |
static OrConstraint |
newOrConstraint()
Create an instance of the OrConstraint |
static TypedConstraint |
newTypedConstraint()
Create an instance of the TypedConstraint |
static UndefinedConstraint |
newUndefinedConstraint()
Create an instance of the UndefinedConstraint |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static TypedConstraint newTypedConstraint()
public static AndConstraint newAndConstraint()
public static OrConstraint newOrConstraint()
public static NotConstraint newNotConstraint()
public static DefinedConstraint newDefinedConstraint()
public static UndefinedConstraint newUndefinedConstraint()
public static EqConstraint newEqConstraint()
public static NeConstraint newNeConstraint()
public static LtConstraint newLtConstraint()
public static LeConstraint newLeConstraint()
public static GtConstraint newGtConstraint()
public static GeConstraint newGeConstraint()
public static ContainsConstraint newContainsConstraint()
public static BetweenConstraint newBetweenConstraint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |