com.esri.core.tasks.ags.geocode
Class LocatorFieldInfo

java.lang.Object
  extended by com.esri.core.tasks.ags.geocode.LocatorFieldInfo

public class LocatorFieldInfo
extends Object

This class provides information for an address field of a ArcGIS Geocode service.


Constructor Summary
LocatorFieldInfo()
           
 
Method Summary
 String getAlias()
          Returns the alias of this field
 String getName()
          Returns the name of the field
 String getType()
          Returns the type of the field.
 boolean isRequired()
          Returns whether this field is required or not.
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocatorFieldInfo

public LocatorFieldInfo()
Method Detail

getName

public String getName()
Returns the name of the field

Returns:
the name of the field

getAlias

public String getAlias()
Returns the alias of this field

Returns:
the alias of this field

isRequired

public boolean isRequired()
Returns whether this field is required or not.

Returns:
true if the field is required, false otherwise.

getType

public String getType()
Returns the type of the field.

Returns:
one of the following: esriFieldTypeInteger, esriFieldTypeSmallInteger, esriFieldTypeDouble, esriFieldTypeSingle, esriFieldTypeString, esriFieldTypeDate, esriFieldTypeGeometry, esriFieldTypeOID, esriFieldTypeBlob, esriFieldTypeGlobalID, esriFieldTypeRaster, esriFieldTypeGUID, esriFieldTypeXML

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.