public enum TpegLoc04HeightTypeEnum extends java.lang.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
Height above specified location.
|
ABOVE_SEA_LEVEL
Height above mean sea high water level.
|
ABOVE_STREET_LEVEL
Height above street level.
|
AT
At height of specified location.
|
AT_SEA_LEVEL
At mean sea high water level.
|
AT_STREET_LEVEL
At street level.
|
BELOW
Height below specified location.
|
BELOW_SEA_LEVEL
Height below mean sea high water level.
|
BELOW_STREET_LEVEL
Height below street level.
|
OTHER
Other than as defined in this enumeration.
|
UNDEFINED
Undefined height reference.
|
UNKNOWN
Unknown height reference.
|
Modifier and Type | Method and Description |
---|---|
static TpegLoc04HeightTypeEnum |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static TpegLoc04HeightTypeEnum |
valueOf(java.lang.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(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 TpegLoc04HeightTypeEnum fromValue(java.lang.String v)