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