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