com.esri.arcgis.geodatabase
Interface IGPDomain

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataElementDomain, GPArcInfoItemDomain, GPCadAnnoDomain, GPCodedValueDomain, GPCompositeDomain, GPCovAnnoDomain, GPCoverageDomain, GPCoverageFeatureClassDomain, GPDatasetDomain, GPFeatureClassDomain, GPFieldDomain, GPFieldInfoDomain, GPFileDomain, GPGdbAnnoDomain, GPLayersAndTablesDomain, GPMeasureFieldsDomain, GPNumericDomain, GPQueryTableFieldsDomain, GPQueryTableIDsDomain, GPRAFieldDomain, GPRangeDomain, GPRepresentationLayerDomain, GPRouteDomain, GPRouteIDFieldsDomain, GPRouteMeasureEventDomain, GPSAGeoDataDomain, GPSANameDomain, GPSANeighborhoodDomain, GPSARemapDomain, GPSATextTableNameDomain, GPTablesDomain, GPVirtualTableDomain, GPWorkspaceDomain, IGPDomainProxy

public interface IGPDomain
extends java.io.Serializable

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

Description: 'Provides access to members of a Geoprocessing Domain.' 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 IID0948f56f_9a99_4672_959e_3519f5676add
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGPMessage memberOf(IGPValue value)
          Indicates if the value object is a member of the geoprocessing domain type.
 

Field Detail

IID0948f56f_9a99_4672_959e_3519f5676add

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

memberOf

IGPMessage memberOf(IGPValue value)
                    throws java.io.IOException,
                           AutomationException
Indicates if the value object is a member of the geoprocessing domain type.

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