public static enum RunningStateEnum.ConcreteRunningStateEnum extends Enum<RunningStateEnum.ConcreteRunningStateEnum>
Enum Constant and Description |
---|
ALREADY_RUNNING |
MMB_INVALID_VALUE |
STARTING_UP |
Modifier and Type | Method and Description |
---|---|
static RunningStateEnum.ConcreteRunningStateEnum |
get(byte v) |
byte |
getCode() |
String |
getLabel() |
static RunningStateEnum.ConcreteRunningStateEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunningStateEnum.ConcreteRunningStateEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RunningStateEnum.ConcreteRunningStateEnum STARTING_UP
public static final RunningStateEnum.ConcreteRunningStateEnum ALREADY_RUNNING
public static final RunningStateEnum.ConcreteRunningStateEnum MMB_INVALID_VALUE
public static RunningStateEnum.ConcreteRunningStateEnum[] values()
for (RunningStateEnum.ConcreteRunningStateEnum c : RunningStateEnum.ConcreteRunningStateEnum.values()) System.out.println(c);
public static RunningStateEnum.ConcreteRunningStateEnum 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 nullpublic static RunningStateEnum.ConcreteRunningStateEnum get(byte v)
public byte getCode()
public String getLabel()
Copyright © 2015. All rights reserved.