|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<NamedPlaceClassification>
net.opengis.ols.v_1_2.NamedPlaceClassification
public enum NamedPlaceClassification
Java class for NamedPlaceClassification.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="NamedPlaceClassification">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="CountrySubdivision"/>
<enumeration value="CountrySecondarySubdivision"/>
<enumeration value="Municipality"/>
<enumeration value="MunicipalitySubdivision"/>
<enumeration value="choume-banchi-go"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
CHOUME_BANCHI_GO
|
|
COUNTRY_SECONDARY_SUBDIVISION
|
|
COUNTRY_SUBDIVISION
|
|
MUNICIPALITY
|
|
MUNICIPALITY_SUBDIVISION
|
|
| Method Summary | |
|---|---|
static NamedPlaceClassification |
fromValue(String v)
|
String |
value()
|
static NamedPlaceClassification |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NamedPlaceClassification[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final NamedPlaceClassification COUNTRY_SUBDIVISION
public static final NamedPlaceClassification COUNTRY_SECONDARY_SUBDIVISION
public static final NamedPlaceClassification MUNICIPALITY
public static final NamedPlaceClassification MUNICIPALITY_SUBDIVISION
public static final NamedPlaceClassification CHOUME_BANCHI_GO
| Method Detail |
|---|
public static NamedPlaceClassification[] values()
for (NamedPlaceClassification c : NamedPlaceClassification.values()) System.out.println(c);
public static NamedPlaceClassification valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static NamedPlaceClassification fromValue(String v)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||