public enum TpegLoc03IlcPointDescriptorSubtypeEnum extends 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 | Method and Description |
|---|---|
static TpegLoc03IlcPointDescriptorSubtypeEnum |
fromValue(String v) |
String |
value() |
static TpegLoc03IlcPointDescriptorSubtypeEnum |
valueOf(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(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 TpegLoc03IlcPointDescriptorSubtypeEnum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.