com.esri.arcgis.geoprocessing
Interface IGPTableSchema

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPTableSchema, IGPTableSchemaProxy

public interface IGPTableSchema
extends java.io.Serializable

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

Description: 'Provides access to the properties/methods of a geoprocessing table 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 IIDc0ae4229_e15a_4a16_be64_35072da00279
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFields getAdditionalFields()
          Inidicates additional fields for the fields property.
 int getFieldsRule()
          Inidicates how the fields property is to be managed.
 void setAdditionalFieldsByRef(IFields fields)
          Inidicates additional fields for the fields property.
 void setFieldsRule(int type)
          Inidicates how the fields property is to be managed.
 

Field Detail

IIDc0ae4229_e15a_4a16_be64_35072da00279

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

getFieldsRule

int getFieldsRule()
                  throws java.io.IOException,
                         AutomationException
Inidicates how the fields property is to be managed.

Returns:
A com.esri.arcgis.geoprocessing.esriGPSchemaFieldsType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFieldsRule

void setFieldsRule(int type)
                   throws java.io.IOException,
                          AutomationException
Inidicates how the fields property is to be managed.

Parameters:
type - A com.esri.arcgis.geoprocessing.esriGPSchemaFieldsType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAdditionalFields

IFields getAdditionalFields()
                            throws java.io.IOException,
                                   AutomationException
Inidicates additional fields for the fields property.

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

setAdditionalFieldsByRef

void setAdditionalFieldsByRef(IFields fields)
                              throws java.io.IOException,
                                     AutomationException
Inidicates additional fields for the fields property.

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