@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public enum EnumWorkStyle extends Enum<EnumWorkStyle>
Java class for EnumWorkStyle.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EnumWorkStyle">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Simplex"/>
<enumeration value="Perfecting"/>
<enumeration value="WorkAndBack"/>
<enumeration value="WorkAndTurn"/>
<enumeration value="WorkAndTumble"/>
<enumeration value="WorkAndTwist"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
PERFECTING |
SIMPLEX |
WORK_AND_BACK |
WORK_AND_TUMBLE |
WORK_AND_TURN |
WORK_AND_TWIST |
| Modifier and Type | Method and Description |
|---|---|
static EnumWorkStyle |
fromValue(String v) |
String |
value() |
static EnumWorkStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumWorkStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumWorkStyle SIMPLEX
public static final EnumWorkStyle PERFECTING
public static final EnumWorkStyle WORK_AND_BACK
public static final EnumWorkStyle WORK_AND_TURN
public static final EnumWorkStyle WORK_AND_TUMBLE
public static final EnumWorkStyle WORK_AND_TWIST
public static EnumWorkStyle[] values()
for (EnumWorkStyle c : EnumWorkStyle.values()) System.out.println(c);
public static EnumWorkStyle 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 EnumWorkStyle fromValue(String v)
Copyright © 2016. All rights reserved.