public enum RelationshipLagCalendar extends Enum<RelationshipLagCalendar>
Enum Constant and Description |
---|
PREDECESSOR |
PROJECT_DEFAULT |
SUCCESSOR |
TWENTY_FOUR_HOUR |
Modifier and Type | Method and Description |
---|---|
static RelationshipLagCalendar |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationshipLagCalendar[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelationshipLagCalendar PREDECESSOR
public static final RelationshipLagCalendar SUCCESSOR
public static final RelationshipLagCalendar PROJECT_DEFAULT
public static final RelationshipLagCalendar TWENTY_FOUR_HOUR
public static RelationshipLagCalendar[] values()
for (RelationshipLagCalendar c : RelationshipLagCalendar.values()) System.out.println(c);
public static RelationshipLagCalendar valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2000–2024 Packwood Software. All rights reserved.