com.esri.arcgis.geoprocessing
Interface IGPContainerSchema

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPContainerSchema, IGPContainerSchemaProxy

public interface IGPContainerSchema
extends java.io.Serializable

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

Description: 'Provides access to the properties/methods of a geoprocessing container schema 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 IID20e9e803_8fb6_426c_b5a9_798897ad3d06
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IArray getAdditionalChildren()
          Inidicates additional children for the children property.
 void setAdditionalChildrenByRef(IArray children)
          Inidicates additional children for the children property.
 

Field Detail

IID20e9e803_8fb6_426c_b5a9_798897ad3d06

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

getAdditionalChildren

IArray getAdditionalChildren()
                             throws java.io.IOException,
                                    AutomationException
Inidicates additional children for the children property.

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

setAdditionalChildrenByRef

void setAdditionalChildrenByRef(IArray children)
                                throws java.io.IOException,
                                       AutomationException
Inidicates additional children for the children property.

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