com.esri.arcgis.geoprocessing
Interface IGPFieldInfoDomain

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPFieldInfoDomain, IGPFieldInfoDomainProxy

public interface IGPFieldInfoDomain
extends java.io.Serializable

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

Description: 'Provides access to the properties/methods of a geoprocessing field info domain object.' 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 IID692c5207_76e2_494e_b1a2_13a79c6e1f73
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGPCodedValueDomain getCodedValueDomain()
          Coded Value Domain.
 void setCodedValueDomainByRef(IGPCodedValueDomain ppDomain)
          Coded Value Domain.
 

Field Detail

IID692c5207_76e2_494e_b1a2_13a79c6e1f73

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

getCodedValueDomain

IGPCodedValueDomain getCodedValueDomain()
                                        throws java.io.IOException,
                                               AutomationException
Coded Value Domain.

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.

setCodedValueDomainByRef

void setCodedValueDomainByRef(IGPCodedValueDomain ppDomain)
                              throws java.io.IOException,
                                     AutomationException
Coded Value Domain.

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