public static enum DestructionTimeController.DateField extends java.lang.Enum<DestructionTimeController.DateField>
Calendar
Enum Constant and Description |
---|
DAY |
HOUR |
MINUTE |
MONTH |
SECOND |
YEAR |
Modifier and Type | Method and Description |
---|---|
int |
getFieldIndex() |
static DestructionTimeController.DateField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DestructionTimeController.DateField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DestructionTimeController.DateField SECOND
public static final DestructionTimeController.DateField MINUTE
public static final DestructionTimeController.DateField HOUR
public static final DestructionTimeController.DateField DAY
public static final DestructionTimeController.DateField MONTH
public static final DestructionTimeController.DateField YEAR
public static DestructionTimeController.DateField[] values()
for (DestructionTimeController.DateField c : DestructionTimeController.DateField.values()) System.out.println(c);
public static DestructionTimeController.DateField 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 nullpublic final int getFieldIndex()