public static enum DctConstants.Activity extends Enum<DctConstants.Activity>
Enum Constant and Description |
---|
DATAIN |
DATAINANDOUT |
DATAOUT |
DORMANT |
NONE |
Modifier and Type | Method and Description |
---|---|
static DctConstants.Activity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DctConstants.Activity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DctConstants.Activity NONE
public static final DctConstants.Activity DATAIN
public static final DctConstants.Activity DATAOUT
public static final DctConstants.Activity DATAINANDOUT
public static final DctConstants.Activity DORMANT
public static DctConstants.Activity[] values()
for (DctConstants.Activity c : DctConstants.Activity.values()) System.out.println(c);
public static DctConstants.Activity 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 null