com.esri.arcgis.geodatabase
Interface IGPChoiceList

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FieldType, GPArcInfoItemChoiceList, GPArcInfoItemType, GPFieldChoiceList, IGPChoiceListProxy

public interface IGPChoiceList
extends java.io.Serializable

COM Interface 'IGPChoiceList'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that return Geoprocessing Choice Lists.' 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 IID1a4b7a52_e1d9_4ab8_a741_70467cbf9f5f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGPCodedValueDomain makeChoiceList(IArray value, IGPDomain domain)
          Creates a coded value domain from an array of geoprocessing value objects.
 

Field Detail

IID1a4b7a52_e1d9_4ab8_a741_70467cbf9f5f

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

makeChoiceList

IGPCodedValueDomain makeChoiceList(IArray value,
                                   IGPDomain domain)
                                   throws java.io.IOException,
                                          AutomationException
Creates a coded value domain from an array of geoprocessing value objects.

Parameters:
value - A reference to a com.esri.arcgis.system.IArray (in)
domain - A reference to a com.esri.arcgis.geodatabase.IGPDomain (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPCodedValueDomain
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.