|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<POIPropertyNameType>
net.opengis.ols.v_1_2.POIPropertyNameType
public enum POIPropertyNameType
Java class for POIPropertyNameType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="POIPropertyNameType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="ID"/>
<enumeration value="POIName"/>
<enumeration value="PhoneNumber"/>
<enumeration value="Keyword"/>
<enumeration value="NAICS_type"/>
<enumeration value="NAICS_subType"/>
<enumeration value="NAICS_category"/>
<enumeration value="SIC_type"/>
<enumeration value="SIC_subType"/>
<enumeration value="SIC_category"/>
<enumeration value="SIC_code"/>
<enumeration value="other"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
ID
|
|
KEYWORD
|
|
NAICS_CATEGORY
|
|
NAICS_SUB_TYPE
|
|
NAICS_TYPE
|
|
OTHER
|
|
PHONE_NUMBER
|
|
POI_NAME
|
|
SIC_CATEGORY
|
|
SIC_CODE
|
|
SIC_SUB_TYPE
|
|
SIC_TYPE
|
|
| Method Summary | |
|---|---|
static POIPropertyNameType |
fromValue(String v)
|
String |
value()
|
static POIPropertyNameType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static POIPropertyNameType[] |
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 POIPropertyNameType ID
public static final POIPropertyNameType POI_NAME
public static final POIPropertyNameType PHONE_NUMBER
public static final POIPropertyNameType KEYWORD
public static final POIPropertyNameType NAICS_TYPE
public static final POIPropertyNameType NAICS_SUB_TYPE
public static final POIPropertyNameType NAICS_CATEGORY
public static final POIPropertyNameType SIC_TYPE
public static final POIPropertyNameType SIC_SUB_TYPE
public static final POIPropertyNameType SIC_CATEGORY
public static final POIPropertyNameType SIC_CODE
public static final POIPropertyNameType OTHER
| Method Detail |
|---|
public static POIPropertyNameType[] values()
for (POIPropertyNameType c : POIPropertyNameType.values()) System.out.println(c);
public static POIPropertyNameType 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 POIPropertyNameType fromValue(String v)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||