public enum TpegLoc03AreaDescriptorSubtypeEnum extends Enum<TpegLoc03AreaDescriptorSubtypeEnum>
Java class for TpegLoc03AreaDescriptorSubtypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TpegLoc03AreaDescriptorSubtypeEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="administrativeAreaName"/>
<enumeration value="administrativeReferenceName"/>
<enumeration value="areaName"/>
<enumeration value="countyName"/>
<enumeration value="lakeName"/>
<enumeration value="nationName"/>
<enumeration value="policeForceControlAreaName"/>
<enumeration value="regionName"/>
<enumeration value="seaName"/>
<enumeration value="townName"/>
<enumeration value="other"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ADMINISTRATIVE_AREA_NAME |
ADMINISTRATIVE_REFERENCE_NAME |
AREA_NAME |
COUNTY_NAME |
LAKE_NAME |
NATION_NAME |
OTHER |
POLICE_FORCE_CONTROL_AREA_NAME |
REGION_NAME |
SEA_NAME |
TOWN_NAME |
| Modifier and Type | Method and Description |
|---|---|
static TpegLoc03AreaDescriptorSubtypeEnum |
fromValue(String v) |
String |
value() |
static TpegLoc03AreaDescriptorSubtypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TpegLoc03AreaDescriptorSubtypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TpegLoc03AreaDescriptorSubtypeEnum ADMINISTRATIVE_AREA_NAME
public static final TpegLoc03AreaDescriptorSubtypeEnum ADMINISTRATIVE_REFERENCE_NAME
public static final TpegLoc03AreaDescriptorSubtypeEnum AREA_NAME
public static final TpegLoc03AreaDescriptorSubtypeEnum COUNTY_NAME
public static final TpegLoc03AreaDescriptorSubtypeEnum LAKE_NAME
public static final TpegLoc03AreaDescriptorSubtypeEnum NATION_NAME
public static final TpegLoc03AreaDescriptorSubtypeEnum POLICE_FORCE_CONTROL_AREA_NAME
public static final TpegLoc03AreaDescriptorSubtypeEnum REGION_NAME
public static final TpegLoc03AreaDescriptorSubtypeEnum SEA_NAME
public static final TpegLoc03AreaDescriptorSubtypeEnum TOWN_NAME
public static final TpegLoc03AreaDescriptorSubtypeEnum OTHER
public static TpegLoc03AreaDescriptorSubtypeEnum[] values()
for (TpegLoc03AreaDescriptorSubtypeEnum c : TpegLoc03AreaDescriptorSubtypeEnum.values()) System.out.println(c);
public static TpegLoc03AreaDescriptorSubtypeEnum 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 TpegLoc03AreaDescriptorSubtypeEnum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.