com.esri.arcgis.trackinganalyst
Interface IActionLookupSources

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ActionLookupSources, IActionLookupSourcesProxy

public interface IActionLookupSources
extends java.io.Serializable

COM Interface 'IActionLookupSources'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties and methods needed to create the lookup table values from the file or geodatabase sources.' 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 IID82860633_504f_4576_a79c_0e4b4f504816
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addLookupSource(IName name)
          Add lookup data source.
 void clearLookupSources()
          Clear all lookup sources.
 void deleteLookupSource(java.lang.String name)
          Delete lookup data source by name.
 IPropertySet getLookupSources()
          All lookup data sources.
 

Field Detail

IID82860633_504f_4576_a79c_0e4b4f504816

static final int IID82860633_504f_4576_a79c_0e4b4f504816
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

addLookupSource

void addLookupSource(IName name)
                     throws java.io.IOException,
                            AutomationException
Add lookup data source.

Parameters:
name - A reference to a com.esri.arcgis.system.IName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLookupSources

IPropertySet getLookupSources()
                              throws java.io.IOException,
                                     AutomationException
All lookup data sources.

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearLookupSources

void clearLookupSources()
                        throws java.io.IOException,
                               AutomationException
Clear all lookup sources.

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

deleteLookupSource

void deleteLookupSource(java.lang.String name)
                        throws java.io.IOException,
                               AutomationException
Delete lookup data source by name.

Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.