|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.nds.dirxml.driver.xds.Constraints
A collection of Constraint
s.
Field Summary | |
static Constraint |
MULTI_VALUE
Makes a Parameter multi-valued. |
static Constraint |
NEGATIVE_WHOLE_NUMBER
Constrains a numeric Parameter so it's <= 0. |
static Constraint |
NONNEGATIVE_WHOLE_NUMBER
Constrains a numeric Parameter so it's >= 0. |
static Constraint |
POSITIVE_WHOLE_NUMBER
Constrains a numeric Parameter so it's > 0. |
static Constraint |
REQUIRED
Makes a Parameter required. |
Constructor Summary | |
Constraints()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final Constraint REQUIRED
Parameter
required.
public static final Constraint MULTI_VALUE
Parameter
multi-valued.
public static final Constraint POSITIVE_WHOLE_NUMBER
Parameter
so it's > 0.
public static final Constraint NONNEGATIVE_WHOLE_NUMBER
Parameter
so it's >= 0.
public static final Constraint NEGATIVE_WHOLE_NUMBER
Parameter
so it's <= 0.
Constructor Detail |
public Constraints()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |