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