public enum GanttConstraintMode extends java.lang.Enum<GanttConstraintMode>
Enum Constant and Description |
---|
DO_NOT_COUNT_CLOSE_DAY |
IGNORE_CALENDAR |
Modifier and Type | Method and Description |
---|---|
static GanttConstraintMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GanttConstraintMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GanttConstraintMode IGNORE_CALENDAR
public static final GanttConstraintMode DO_NOT_COUNT_CLOSE_DAY
public static GanttConstraintMode[] values()
for (GanttConstraintMode c : GanttConstraintMode.values()) System.out.println(c);
public static GanttConstraintMode 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 namejava.lang.NullPointerException
- if the argument is null