@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public static enum RepeatDesc.AllowedRotate
extends java.lang.Enum<RepeatDesc.AllowedRotate>
Java class for null.
The following schema fragment specifies the expected content contained within this class.
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="None"/>
<enumeration value="Grain"/>
<enumeration value="MinorGrain"/>
<enumeration value="CrossGrain"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CROSS_GRAIN |
GRAIN |
MINOR_GRAIN |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static RepeatDesc.AllowedRotate |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static RepeatDesc.AllowedRotate |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RepeatDesc.AllowedRotate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepeatDesc.AllowedRotate NONE
public static final RepeatDesc.AllowedRotate GRAIN
public static final RepeatDesc.AllowedRotate MINOR_GRAIN
public static final RepeatDesc.AllowedRotate CROSS_GRAIN
public static RepeatDesc.AllowedRotate[] values()
for (RepeatDesc.AllowedRotate c : RepeatDesc.AllowedRotate.values()) System.out.println(c);
public static RepeatDesc.AllowedRotate 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 RepeatDesc.AllowedRotate fromValue(java.lang.String v)