|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDEDataset
Provides access to members that supply dataset data element information.
| 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. |
| Method Detail |
|---|
int getDatasetType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDatasetType(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isVersioned()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVersioned(boolean versioned)
throws IOException,
AutomationException
versioned - The versioned (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getDSID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDSID(int dSID)
throws IOException,
AutomationException
dSID - The dSID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isCanVersion()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCanVersion(boolean canVersion)
throws IOException,
AutomationException
canVersion - The canVersion (in)
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 | ||||||||