|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDEDataset
COM Interface 'IDEDataset'. Generated 3/19/2015 1:20:54 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 |
IID29fbed10_a332_11d5_931b_0080c71a3226
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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. |
void |
setVersioned(boolean versioned)
Indicates if this dataset is versioned. |
| Field Detail |
|---|
static final int IID29fbed10_a332_11d5_931b_0080c71a3226
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
void setVersioned(boolean versioned)
throws java.io.IOException,
AutomationException
versioned - The versioned (in)
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||