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