@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public enum EnumIconUsage extends Enum<EnumIconUsage>
Java class for EnumIconUsage.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EnumIconUsage">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Unknown"/>
<enumeration value="Idle"/>
<enumeration value="Down"/>
<enumeration value="Setup"/>
<enumeration value="Running"/>
<enumeration value="Cleanup"/>
<enumeration value="Stopped"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CLEANUP |
DOWN |
IDLE |
RUNNING |
SETUP |
STOPPED |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static EnumIconUsage |
fromValue(String v) |
String |
value() |
static EnumIconUsage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumIconUsage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumIconUsage UNKNOWN
public static final EnumIconUsage IDLE
public static final EnumIconUsage DOWN
public static final EnumIconUsage SETUP
public static final EnumIconUsage RUNNING
public static final EnumIconUsage CLEANUP
public static final EnumIconUsage STOPPED
public static EnumIconUsage[] values()
for (EnumIconUsage c : EnumIconUsage.values()) System.out.println(c);
public static EnumIconUsage 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 EnumIconUsage fromValue(String v)
Copyright © 2016. All rights reserved.