public interface IWorkspaceDomains
extends java.io.Serializable
Description: 'Provides access to members that return information about domains and allows you to add or delete domains.' 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 |
IIDd80957f0_8883_11d2_aabb_00c04fa37b82 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
addDomain(IDomain domain)
Adds the given domain to the workspace.
|
void |
deleteDomain(java.lang.String domainName)
Deletes the given domain from the workspace.
|
IDomain |
getDomainByName(java.lang.String domainName)
The domain with the given name from the workspace.
|
IEnumDomain |
getDomains()
All the domains in the workspace.
|
IEnumDomain |
getDomainsByFieldType(int type)
The domain with the given name from the workspace.
|
boolean |
isCanDeleteDomain(java.lang.String domainName)
Indicates if the user can delete the domain.
|
static final int IIDd80957f0_8883_11d2_aabb_00c04fa37b82
static final int xxDummy
static final java.lang.String IID
int addDomain(IDomain domain) throws java.io.IOException, AutomationException
domain
- A reference to a com.esri.arcgis.geodatabase.IDomain (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCanDeleteDomain(java.lang.String domainName) throws java.io.IOException, AutomationException
domainName
- The domainName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteDomain(java.lang.String domainName) throws java.io.IOException, AutomationException
domainName
- The domainName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumDomain getDomains() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDomain getDomainByName(java.lang.String domainName) throws java.io.IOException, AutomationException
domainName
- The domainName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumDomain getDomainsByFieldType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriFieldType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.