net.opengis.ols.v_1_2
Enum POIPropertyNameType

java.lang.Object
  extended by java.lang.Enum<POIPropertyNameType>
      extended by net.opengis.ols.v_1_2.POIPropertyNameType
All Implemented Interfaces:
Serializable, Comparable<POIPropertyNameType>

public enum POIPropertyNameType
extends 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

ID

public static final POIPropertyNameType ID

POI_NAME

public static final POIPropertyNameType POI_NAME

PHONE_NUMBER

public static final POIPropertyNameType PHONE_NUMBER

KEYWORD

public static final POIPropertyNameType KEYWORD

NAICS_TYPE

public static final POIPropertyNameType NAICS_TYPE

NAICS_SUB_TYPE

public static final POIPropertyNameType NAICS_SUB_TYPE

NAICS_CATEGORY

public static final POIPropertyNameType NAICS_CATEGORY

SIC_TYPE

public static final POIPropertyNameType SIC_TYPE

SIC_SUB_TYPE

public static final POIPropertyNameType SIC_SUB_TYPE

SIC_CATEGORY

public static final POIPropertyNameType SIC_CATEGORY

SIC_CODE

public static final POIPropertyNameType SIC_CODE

OTHER

public static final POIPropertyNameType OTHER
Method Detail

values

public static POIPropertyNameType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (POIPropertyNameType c : POIPropertyNameType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static POIPropertyNameType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public String value()

fromValue

public static POIPropertyNameType fromValue(String v)


Copyright © 2008-2016. All Rights Reserved.