com.esri.arcgis.geoprocessing
Interface IGPFileDomain

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPFileDomain, IGPFileDomainProxy

public interface IGPFileDomain
extends java.io.Serializable

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

Description: 'Provides access to the properties/methods of a geoprocessing file 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 IID137cbd70_2b0b_4549_aa65_b0490d774ea0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addType(java.lang.String type)
          Add a data element type.
 void deleteType(java.lang.String type)
          Remove a data element type.
 int getCount()
          Count.
 java.lang.String getType(int index)
          File type.
 IArray makeList(IGPValue pValue)
          Make list.
 

Field Detail

IID137cbd70_2b0b_4549_aa65_b0490d774ea0

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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
Count.

Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getType

java.lang.String getType(int index)
                         throws java.io.IOException,
                                AutomationException
File type.

Parameters:
index - The index (in)
Returns:
The pType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addType

void addType(java.lang.String type)
             throws java.io.IOException,
                    AutomationException
Add a data element type.

Parameters:
type - The type (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteType

void deleteType(java.lang.String type)
                throws java.io.IOException,
                       AutomationException
Remove a data element type.

Parameters:
type - The type (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

makeList

IArray makeList(IGPValue pValue)
                throws java.io.IOException,
                       AutomationException
Make list.

Parameters:
pValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
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.