public static enum ChargingInstance.Instruction extends java.lang.Enum<ChargingInstance.Instruction>
Enum Constant and Description |
---|
CreditFinalisation |
CreditReservation |
DirectDebit |
None |
Refund |
Modifier and Type | Method and Description |
---|---|
static ChargingInstance.Instruction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChargingInstance.Instruction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChargingInstance.Instruction None
public static final ChargingInstance.Instruction CreditReservation
public static final ChargingInstance.Instruction CreditFinalisation
public static final ChargingInstance.Instruction DirectDebit
public static final ChargingInstance.Instruction Refund
public static ChargingInstance.Instruction[] values()
for (ChargingInstance.Instruction c : ChargingInstance.Instruction.values()) System.out.println(c);
public static ChargingInstance.Instruction 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 nullCopyright © OpenCloud. All Rights Reserved.