public enum TpegLoc03IlcPointDescriptorSubtypeEnum extends java.lang.Enum<TpegLoc03IlcPointDescriptorSubtypeEnum>
Java class for TpegLoc03IlcPointDescriptorSubtypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TpegLoc03IlcPointDescriptorSubtypeEnum"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="tpegIlcName1"/> <enumeration value="tpegIlcName2"/> <enumeration value="tpegIlcName3"/> </restriction> </simpleType>
Enum Constant and Description |
---|
TPEG_ILC_NAME_1 |
TPEG_ILC_NAME_2 |
TPEG_ILC_NAME_3 |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
value |
Modifier and Type | Method and Description |
---|---|
static TpegLoc03IlcPointDescriptorSubtypeEnum |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static TpegLoc03IlcPointDescriptorSubtypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TpegLoc03IlcPointDescriptorSubtypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TpegLoc03IlcPointDescriptorSubtypeEnum TPEG_ILC_NAME_1
public static final TpegLoc03IlcPointDescriptorSubtypeEnum TPEG_ILC_NAME_2
public static final TpegLoc03IlcPointDescriptorSubtypeEnum TPEG_ILC_NAME_3
public static TpegLoc03IlcPointDescriptorSubtypeEnum[] values()
for (TpegLoc03IlcPointDescriptorSubtypeEnum c : TpegLoc03IlcPointDescriptorSubtypeEnum.values()) System.out.println(c);
public static TpegLoc03IlcPointDescriptorSubtypeEnum 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 TpegLoc03IlcPointDescriptorSubtypeEnum fromValue(java.lang.String v)