public static enum SessionChargingOperation.SessionChargingOperationType extends java.lang.Enum<SessionChargingOperation.SessionChargingOperationType>
enumeration lists the types of operations: START, UPDATE, and STOP.| Modifier and Type | Method and Description |
|---|---|
ISessionOperationItemResult.SessionOperationItemResultType |
getResultType()
Returns the resultType.
|
static SessionChargingOperation.SessionChargingOperationType |
getSessionChargingOperationType(int val) |
int |
getValue()
Returns the value.
|
static SessionChargingOperation.SessionChargingOperationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SessionChargingOperation.SessionChargingOperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionChargingOperation.SessionChargingOperationType START
public static final SessionChargingOperation.SessionChargingOperationType UPDATE
public static final SessionChargingOperation.SessionChargingOperationType STOP
public static SessionChargingOperation.SessionChargingOperationType[] values()
for (SessionChargingOperation.SessionChargingOperationType c : SessionChargingOperation.SessionChargingOperationType.values()) System.out.println(c);
public static SessionChargingOperation.SessionChargingOperationType 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 int getValue()
public ISessionOperationItemResult.SessionOperationItemResultType getResultType()
public static SessionChargingOperation.SessionChargingOperationType getSessionChargingOperationType(int val)