public interface IDatasetName2 extends IDatasetName, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID033d515e_0f94_4c23_8eb8_daff16b1f17b |
static int |
xxDummy
Deprecated.
Internal use only
|
IID89e75917_c287_11d1_aa77_00c04fa33a15
Modifier and Type | Method and Description |
---|---|
IEnumDatasetName |
getControllerNames(int datasetType)
The names of the dataset of the specified type.
|
void |
setControllerNameByRef(IDatasetName rhs1)
Add a DatasetName.
|
getCategory, getName, getSubsetNames, getType, getWorkspaceName, setCategory, setName, setWorkspaceNameByRef
static final int IID033d515e_0f94_4c23_8eb8_daff16b1f17b
static final int xxDummy
static final java.lang.String IID
IEnumDatasetName getControllerNames(int datasetType) throws java.io.IOException, AutomationException
datasetType
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setControllerNameByRef(IDatasetName rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.