public enum TpegLoc04HeightTypeEnum extends Enum<TpegLoc04HeightTypeEnum>
Java class for TpegLoc04HeightTypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TpegLoc04HeightTypeEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="above"/>
<enumeration value="aboveSeaLevel"/>
<enumeration value="aboveStreetLevel"/>
<enumeration value="at"/>
<enumeration value="atSeaLevel"/>
<enumeration value="atStreetLevel"/>
<enumeration value="below"/>
<enumeration value="belowSeaLevel"/>
<enumeration value="belowStreetLevel"/>
<enumeration value="undefined"/>
<enumeration value="unknown"/>
<enumeration value="other"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ABOVE |
ABOVE_SEA_LEVEL |
ABOVE_STREET_LEVEL |
AT |
AT_SEA_LEVEL |
AT_STREET_LEVEL |
BELOW |
BELOW_SEA_LEVEL |
BELOW_STREET_LEVEL |
OTHER |
UNDEFINED |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static TpegLoc04HeightTypeEnum |
fromValue(String v) |
String |
value() |
static TpegLoc04HeightTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TpegLoc04HeightTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TpegLoc04HeightTypeEnum ABOVE
public static final TpegLoc04HeightTypeEnum ABOVE_SEA_LEVEL
public static final TpegLoc04HeightTypeEnum ABOVE_STREET_LEVEL
public static final TpegLoc04HeightTypeEnum AT
public static final TpegLoc04HeightTypeEnum AT_SEA_LEVEL
public static final TpegLoc04HeightTypeEnum AT_STREET_LEVEL
public static final TpegLoc04HeightTypeEnum BELOW
public static final TpegLoc04HeightTypeEnum BELOW_SEA_LEVEL
public static final TpegLoc04HeightTypeEnum BELOW_STREET_LEVEL
public static final TpegLoc04HeightTypeEnum UNDEFINED
public static final TpegLoc04HeightTypeEnum UNKNOWN
public static final TpegLoc04HeightTypeEnum OTHER
public static TpegLoc04HeightTypeEnum[] values()
for (TpegLoc04HeightTypeEnum c : TpegLoc04HeightTypeEnum.values()) System.out.println(c);
public static TpegLoc04HeightTypeEnum 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 TpegLoc04HeightTypeEnum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.