com.esri.arcgis.geodatabase
Interface IDatasetName2

All Superinterfaces:
IDatasetName, java.io.Serializable
All Known Implementing Classes:
CadastralFabricName, CoverageFeatureClassName, FeatureClassName, GPToolboxName, IDatasetName2Proxy, NetworkDatasetName, RepresentationClassName

public interface IDatasetName2
extends IDatasetName, java.io.Serializable

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

Description: 'Provides access to members that supply dataset name 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 IID033d515e_0f94_4c23_8eb8_daff16b1f17b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IDatasetName
IID89e75917_c287_11d1_aa77_00c04fa33a15
 
Method Summary
 IEnumDatasetName getControllerNames(int datasetType)
          The names of the dataset of the specified type.
 void setControllerNameByRef(IDatasetName rhs1)
          Add a DatasetName.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IDatasetName
getCategory, getName, getSubsetNames, getType, getWorkspaceName, setCategory, setName, setWorkspaceNameByRef
 

Field Detail

IID033d515e_0f94_4c23_8eb8_daff16b1f17b

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

getControllerNames

IEnumDatasetName getControllerNames(int datasetType)
                                    throws java.io.IOException,
                                           AutomationException
The names of the dataset of the specified type.

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

setControllerNameByRef

void setControllerNameByRef(IDatasetName rhs1)
                            throws java.io.IOException,
                                   AutomationException
Add a DatasetName.

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