public class ChargeState extends EnumerationBase
Modifier and Type | Field and Description |
---|---|
static ChargeState |
CHARGING
The instance of Charging
|
static ChargeState |
COMPLETE
The instance of Complete
|
static ChargeState |
ERROR
The instance of Error
|
static ChargeState |
NOT_SPECIFIED
The instance of Not Specified
|
static ChargeState |
OFF
The instance of Off
|
static ChargeState[] |
PRIVATE_VALUES |
Modifier and Type | Method and Description |
---|---|
static ChargeState[] |
getValues() |
static ChargeState |
Parse(java.lang.String parameter) |
getArgument, getDescription, toString
public static final ChargeState NOT_SPECIFIED
public static final ChargeState OFF
public static final ChargeState CHARGING
public static final ChargeState COMPLETE
public static final ChargeState ERROR
public static final ChargeState[] PRIVATE_VALUES
public static final ChargeState[] getValues()
public static final ChargeState Parse(java.lang.String parameter)