com.esri.arcgis.geoprocessing
Interface IGPDataFile

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPDataFile, IGPDataFileProxy

public interface IGPDataFile
extends java.io.Serializable

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

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 IIDb3397f01_2785_4ca3_9b30_283b88de8aa0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGDSData getData()
          The embedded data.
 java.lang.String getDatasetName()
          The embedded dataset name.
 java.lang.String getDataType()
          The embedded dataset type.
 java.lang.String getFile()
          The embedded data file.
 void setDataByRef(IGDSData ppData)
          The embedded data.
 void setDatasetName(java.lang.String name)
          The embedded dataset name.
 void setDataType(java.lang.String type)
          The embedded dataset type.
 void setFile(java.lang.String file)
          The embedded data file.
 

Field Detail

IIDb3397f01_2785_4ca3_9b30_283b88de8aa0

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

getData

IGDSData getData()
                 throws java.io.IOException,
                        AutomationException
The embedded data.

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

setDataByRef

void setDataByRef(IGDSData ppData)
                  throws java.io.IOException,
                         AutomationException
The embedded data.

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

getFile

java.lang.String getFile()
                         throws java.io.IOException,
                                AutomationException
The embedded data file.

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

setFile

void setFile(java.lang.String file)
             throws java.io.IOException,
                    AutomationException
The embedded data file.

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

getDatasetName

java.lang.String getDatasetName()
                                throws java.io.IOException,
                                       AutomationException
The embedded dataset name.

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

setDatasetName

void setDatasetName(java.lang.String name)
                    throws java.io.IOException,
                           AutomationException
The embedded dataset name.

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

getDataType

java.lang.String getDataType()
                             throws java.io.IOException,
                                    AutomationException
The embedded dataset type.

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

setDataType

void setDataType(java.lang.String type)
                 throws java.io.IOException,
                        AutomationException
The embedded dataset type.

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