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