@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public enum EnumAction extends Enum<EnumAction>
Java class for EnumAction.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EnumAction">
<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 EnumAction |
fromValue(String v) |
String |
value() |
static EnumAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumAction LONG_FOLD_LEFT_TO_RIGHT
public static final EnumAction LONG_FOLD_RIGHT_TO_LEFT
public static final EnumAction LONG_PRE_FOLD_LEFT_TO_RIGHT
public static final EnumAction LONG_PRE_FOLD_RIGHT_TO_LEFT
public static final EnumAction FRONT_FOLD_COMPLETE
public static final EnumAction FRONT_FOLD_DIAGONAL
public static final EnumAction FRONT_FOLD_COMPLETE_DIAGONAL
public static final EnumAction BACK_FOLD_COMPLETE
public static final EnumAction BACK_FOLD_DIAGONAL
public static final EnumAction BACK_FOLD_COMPLETE_DIAGONAL
public static final EnumAction REVERSE_FOLD
public static final EnumAction MILLING
public static final EnumAction ROTATE_90
public static final EnumAction ROTATE_180
public static final EnumAction ROTATE_270
public static EnumAction[] values()
for (EnumAction c : EnumAction.values()) System.out.println(c);
public static EnumAction 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 EnumAction fromValue(String v)
Copyright © 2016. All rights reserved.