@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public static enum BoxFoldAction.Action
extends java.lang.Enum<BoxFoldAction.Action>
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="LongFoldLeftToRight"/>
<enumeration value="LongFoldRightToLeft"/>
<enumeration value="LongPreFoldLeftToRight"/>
<enumeration value="LongPreFoldRightToLeft"/>
<enumeration value="FrontFoldComplete"/>
<enumeration value="FrontFoldDiagonal"/>
<enumeration value="FrontFoldCompleteDiagonal"/>
<enumeration value="BackFoldComplete"/>
<enumeration value="BackFoldDiagonal"/>
<enumeration value="BackFoldCompleteDiagonal"/>
<enumeration value="ReverseFold"/>
<enumeration value="Milling"/>
<enumeration value="Rotate90"/>
<enumeration value="Rotate180"/>
<enumeration value="Rotate270"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static BoxFoldAction.Action |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static BoxFoldAction.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BoxFoldAction.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoxFoldAction.Action LONG_FOLD_LEFT_TO_RIGHT
public static final BoxFoldAction.Action LONG_FOLD_RIGHT_TO_LEFT
public static final BoxFoldAction.Action LONG_PRE_FOLD_LEFT_TO_RIGHT
public static final BoxFoldAction.Action LONG_PRE_FOLD_RIGHT_TO_LEFT
public static final BoxFoldAction.Action FRONT_FOLD_COMPLETE
public static final BoxFoldAction.Action FRONT_FOLD_DIAGONAL
public static final BoxFoldAction.Action FRONT_FOLD_COMPLETE_DIAGONAL
public static final BoxFoldAction.Action BACK_FOLD_COMPLETE
public static final BoxFoldAction.Action BACK_FOLD_DIAGONAL
public static final BoxFoldAction.Action BACK_FOLD_COMPLETE_DIAGONAL
public static final BoxFoldAction.Action REVERSE_FOLD
public static final BoxFoldAction.Action MILLING
public static final BoxFoldAction.Action ROTATE_90
public static final BoxFoldAction.Action ROTATE_180
public static final BoxFoldAction.Action ROTATE_270
public static BoxFoldAction.Action[] values()
for (BoxFoldAction.Action c : BoxFoldAction.Action.values()) System.out.println(c);
public static BoxFoldAction.Action 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 BoxFoldAction.Action fromValue(java.lang.String v)