|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Constraint.ConstraintType>
com.prozima.pengine.Constraint.ConstraintType
public static enum Constraint.ConstraintType
Type of constraint.
| Enum Constant Summary | |
|---|---|
MFAD
Must Finish After Date |
|
MFBD
Must Finish Before Date |
|
MFOD
Must Finish On Date |
|
MFXD
Must Finish Between Dates |
|
MSAD
Must Start After Date |
|
MSBD
Must Start Before Date |
|
MSOD
Must Start On Date |
|
MSXD
Must Finish Between Dates |
|
NONE
Not a constraint |
|
| Method Summary | |
|---|---|
static Constraint.ConstraintType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Constraint.ConstraintType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Constraint.ConstraintType MFAD
public static final Constraint.ConstraintType MFBD
public static final Constraint.ConstraintType MFOD
public static final Constraint.ConstraintType MFXD
public static final Constraint.ConstraintType MSAD
public static final Constraint.ConstraintType MSBD
public static final Constraint.ConstraintType MSOD
public static final Constraint.ConstraintType MSXD
public static final Constraint.ConstraintType NONE
| Method Detail |
|---|
public static Constraint.ConstraintType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic static Constraint.ConstraintType[] values()
for (Constraint.ConstraintType c : Constraint.ConstraintType.values()) System.out.println(c);
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||