|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IWorkspaceDefinition
Provides access to members that describe the definition of a workspace.
| Method Summary | |
|---|---|
IArray |
getChildren()
The list of sub-elements. |
IArray |
getDomains()
The list of Domains. |
String |
getVersion()
The workspace version. |
int |
getWorkspaceType()
The workspace type. |
void |
setChildrenByRef(IArray dataElements)
The list of sub-elements. |
void |
setDomainsByRef(IArray domains)
The list of Domains. |
void |
setVersion(String workspaceVersion)
The workspace version. |
void |
setWorkspaceType(int workspaceType)
The workspace type. |
| Method Detail |
|---|
int getWorkspaceType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWorkspaceType(int workspaceType)
throws IOException,
AutomationException
workspaceType - A com.esri.arcgis.geodatabase.esriWorkspaceType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getVersion()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVersion(String workspaceVersion)
throws IOException,
AutomationException
workspaceVersion - The workspaceVersion (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArray getDomains()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDomainsByRef(IArray domains)
throws IOException,
AutomationException
domains - A reference to a com.esri.arcgis.system.IArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArray getChildren()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setChildrenByRef(IArray dataElements)
throws IOException,
AutomationException
dataElements - A reference to a com.esri.arcgis.system.IArray (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 | ||||||||