public interface IWorkspaceDomains3 extends IWorkspaceDomains2, java.io.Serializable
Description: 'Provides access to members that allow you to alter a domain.' 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 |
IID7fd9b83c_76c0_4998_b9d3_afe9600b5d36 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID56a5e6d4_01c6_11d4_a057_00c04f6bdd84
IIDd80957f0_8883_11d2_aabb_00c04fa37b82
Modifier and Type | Method and Description |
---|---|
void |
alterDomainWithName(IDomain domain,
java.lang.String oldDomainName)
Alters an existing domain in the workspace.
|
alterDomain
addDomain, deleteDomain, getDomainByName, getDomains, getDomainsByFieldType, isCanDeleteDomain
static final int IID7fd9b83c_76c0_4998_b9d3_afe9600b5d36
static final int xxDummy
static final java.lang.String IID
void alterDomainWithName(IDomain domain, java.lang.String oldDomainName) throws java.io.IOException, AutomationException
domain
- A reference to a com.esri.arcgis.geodatabase.IDomain (in)oldDomainName
- The oldDomainName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.