public interface IDEDataset
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID29fbed10_a332_11d5_931b_0080c71a3226 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getDatasetType()
Dataset type.
|
int |
getDSID()
The id of the dataset.
|
boolean |
isCanVersion()
Indicates if this dataset can be versioned.
|
boolean |
isVersioned()
Indicates if this dataset is versioned.
|
void |
setCanVersion(boolean canVersion)
Indicates if this dataset can be versioned.
|
void |
setDatasetType(int type)
Dataset type.
|
void |
setDSID(int dSID)
The id of the dataset.
|
static final int IID29fbed10_a332_11d5_931b_0080c71a3226
static final int xxDummy
static final java.lang.String IID
int getDatasetType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDatasetType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isVersioned() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDSID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDSID(int dSID) throws java.io.IOException, AutomationException
dSID
- The dSID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCanVersion() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCanVersion(boolean canVersion) throws java.io.IOException, AutomationException
canVersion
- The canVersion (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.