|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IWorkspaceDefinition
COM Interface 'IWorkspaceDefinition'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that describe the definition of a workspace.' 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 |
IID4f1d89ce_c93a_4733_9926_7022a7576d2a
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IArray |
getChildren()
The list of sub-elements. |
IArray |
getDomains()
The list of Domains. |
java.lang.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(java.lang.String workspaceVersion)
The workspace version. |
void |
setWorkspaceType(int workspaceType)
The workspace type. |
| Field Detail |
|---|
static final int IID4f1d89ce_c93a_4733_9926_7022a7576d2a
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getWorkspaceType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWorkspaceType(int workspaceType)
throws java.io.IOException,
AutomationException
workspaceType - A com.esri.arcgis.geodatabase.esriWorkspaceType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getVersion()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVersion(java.lang.String workspaceVersion)
throws java.io.IOException,
AutomationException
workspaceVersion - The workspaceVersion (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArray getDomains()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDomainsByRef(IArray domains)
throws java.io.IOException,
AutomationException
domains - A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArray getChildren()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setChildrenByRef(IArray dataElements)
throws java.io.IOException,
AutomationException
dataElements - A reference to a com.esri.arcgis.system.IArray (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 | ||||||||