@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public enum EnumComponentOrientation extends Enum<EnumComponentOrientation>
Java class for EnumComponentOrientation.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EnumComponentOrientation">
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="XY"/>
<enumeration value="XZ"/>
<enumeration value="YZ"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static EnumComponentOrientation |
fromValue(String v) |
String |
value() |
static EnumComponentOrientation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumComponentOrientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumComponentOrientation XY
public static final EnumComponentOrientation XZ
public static final EnumComponentOrientation YZ
public static EnumComponentOrientation[] values()
for (EnumComponentOrientation c : EnumComponentOrientation.values()) System.out.println(c);
public static EnumComponentOrientation 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 EnumComponentOrientation fromValue(String v)
Copyright © 2016. All rights reserved.