com.esri.arcgis.geodatabase
Interface IDEDataset2

All Superinterfaces:
IDEDataset, java.io.Serializable
All Known Implementing Classes:
DEFeatureClass, DEFeatureDataset, DEGeometricNetwork, DERasterBand, DERasterCatalog, DERasterDataset, DERelationshipClass, DETable, DETopology, IDEDataset2Proxy

public interface IDEDataset2
extends IDEDataset, java.io.Serializable

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

Description: 'Provides access to members that supply dataset data element 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 IID90532b92_762b_4d10_b2a7_c42c852991ad
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IDEDataset
IID29fbed10_a332_11d5_931b_0080c71a3226
 
Method Summary
 java.lang.String getConfigurationKeyword()
          Configuration keyword.
 void setConfigurationKeyword(java.lang.String keyword)
          Configuration keyword.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IDEDataset
getDatasetType, getDSID, isCanVersion, isVersioned, setCanVersion, setDatasetType, setDSID, setVersioned
 

Field Detail

IID90532b92_762b_4d10_b2a7_c42c852991ad

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

getConfigurationKeyword

java.lang.String getConfigurationKeyword()
                                         throws java.io.IOException,
                                                AutomationException
Configuration keyword.

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

setConfigurationKeyword

void setConfigurationKeyword(java.lang.String keyword)
                             throws java.io.IOException,
                                    AutomationException
Configuration keyword.

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