public enum OcppProfileType extends java.lang.Enum<OcppProfileType>
Enum Constant and Description |
---|
CORE |
FIRMWARE_MANAGEMENT |
LOCAL_AUTH_LIST_MANAGEMENT |
REMOTE_TRIGGER |
RESERVATION |
SMART_CHARGING |
Modifier and Type | Method and Description |
---|---|
static OcppProfileType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OcppProfileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OcppProfileType CORE
public static final OcppProfileType FIRMWARE_MANAGEMENT
public static final OcppProfileType LOCAL_AUTH_LIST_MANAGEMENT
public static final OcppProfileType REMOTE_TRIGGER
public static final OcppProfileType RESERVATION
public static final OcppProfileType SMART_CHARGING
public static OcppProfileType[] values()
for (OcppProfileType c : OcppProfileType.values()) System.out.println(c);
public static OcppProfileType 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 null