public enum CommandStateEnumType extends Enum<CommandStateEnumType>
Java class for CommandStateEnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CommandStateEnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="CRCL_Done"/>
<enumeration value="CRCL_Error"/>
<enumeration value="CRCL_Working"/>
<enumeration value="CRCL_Ready"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CRCL_DONE |
CRCL_ERROR |
CRCL_READY |
CRCL_WORKING |
| Modifier and Type | Method and Description |
|---|---|
static CommandStateEnumType |
fromValue(String v) |
String |
value() |
static CommandStateEnumType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandStateEnumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandStateEnumType CRCL_DONE
public static final CommandStateEnumType CRCL_ERROR
public static final CommandStateEnumType CRCL_WORKING
public static final CommandStateEnumType CRCL_READY
public static CommandStateEnumType[] values()
for (CommandStateEnumType c : CommandStateEnumType.values()) System.out.println(c);
public static CommandStateEnumType 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 String value()
public static CommandStateEnumType fromValue(String v)
Copyright © 2018. All rights reserved.