@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public enum WorkStyle
extends java.lang.Enum<WorkStyle>
Java class for WorkStyle.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="WorkStyle">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Simplex"/>
<enumeration value="WorkAndBack"/>
<enumeration value="WorkAndTurn"/>
<enumeration value="WorkAndTumble"/>
<enumeration value="WorkAndTwist"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
SIMPLEX |
WORK_AND_BACK |
WORK_AND_TUMBLE |
WORK_AND_TURN |
WORK_AND_TWIST |
| Modifier and Type | Method and Description |
|---|---|
static WorkStyle |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static WorkStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WorkStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkStyle SIMPLEX
public static final WorkStyle WORK_AND_BACK
public static final WorkStyle WORK_AND_TURN
public static final WorkStyle WORK_AND_TUMBLE
public static final WorkStyle WORK_AND_TWIST
public static WorkStyle[] values()
for (WorkStyle c : WorkStyle.values()) System.out.println(c);
public static WorkStyle valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static WorkStyle fromValue(java.lang.String v)