com.esri.arcgis.location
Interface IESRILocatorReleaseInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ESRIFDOAddressLocator, ESRIFDOAddressLocatorStyle, ESRIGen2AddressLocator, ESRIGen2AddressLocatorStyle, IESRILocatorReleaseInfoProxy, StreetMapAddressLocatorStyle

public interface IESRILocatorReleaseInfo
extends java.io.Serializable

COM Interface 'IESRILocatorReleaseInfo'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.olb'

Description: 'Provides access to members that describe Esri locator release information.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDfde5639f_468d_4f00_9558_6246e56e7852
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getRelease()
          The description of locator release.
 

Field Detail

IIDfde5639f_468d_4f00_9558_6246e56e7852

static final int IIDfde5639f_468d_4f00_9558_6246e56e7852
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getRelease

java.lang.String getRelease()
                            throws java.io.IOException,
                                   AutomationException
The description of locator release.

Returns:
The esri_release
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.