com.esri.arcgis.geodatabase
Interface IGPDatasetExtension

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPDatasetExtension, IGPDatasetExtensionProxy

public interface IGPDatasetExtension
extends java.io.Serializable

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

Description: 'Provides access to members that return workspace extension information.' 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 IIDcf2be146_e51f_4f03_aaad_b352867a8ae1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 GUID getCLSID()
          The clsid of the extension.
 java.lang.String getName()
          The name of the extension.
 void setCLSID(GUID cLSID)
          The clsid of the extension.
 void setName(java.lang.String name)
          The name of the extension.
 

Field Detail

IIDcf2be146_e51f_4f03_aaad_b352867a8ae1

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the extension.

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

getCLSID

GUID getCLSID()
              throws java.io.IOException,
                     AutomationException
The clsid of the extension.

Returns:
A Structure: com.esri.arcgis.support.ms.stdole.GUID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
The name of the extension.

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

setCLSID

void setCLSID(GUID cLSID)
              throws java.io.IOException,
                     AutomationException
The clsid of the extension.

Parameters:
cLSID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.