public interface IDomain
extends java.io.Serializable
Description: 'Provides access to members that return and modify domains and their merge and split policies.' 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 |
IIDdf18fe0a_84ba_11d2_ab61_000000000000 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
The description of the domain.
|
int |
getDomainID()
The ID of the domain.
|
int |
getFieldType()
The field type of the field.
|
int |
getMergePolicy()
The merge policy.
|
java.lang.String |
getName()
The name of the domain.
|
java.lang.String |
getOwner()
The owner of the domain.
|
int |
getSplitPolicy()
The split policy.
|
int |
getType()
The domain type.
|
boolean |
memberOf(java.lang.Object value)
Indicates whether the value is a valid member of the domain.
|
void |
setDescription(java.lang.String description)
The description of the domain.
|
void |
setDomainID(int iD)
The ID of the domain.
|
void |
setFieldType(int fieldType)
The field type of the field.
|
void |
setMergePolicy(int policy)
The merge policy.
|
void |
setName(java.lang.String name)
The name of the domain.
|
void |
setOwner(java.lang.String owner)
The owner of the domain.
|
void |
setSplitPolicy(int policy)
The split policy.
|
static final int IIDdf18fe0a_84ba_11d2_ab61_000000000000
static final int xxDummy
static final java.lang.String IID
int getDomainID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDomainID(int iD) throws java.io.IOException, AutomationException
iD
- The iD (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDescription(java.lang.String description) throws java.io.IOException, AutomationException
description
- The description (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getFieldType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFieldType(int fieldType) throws java.io.IOException, AutomationException
fieldType
- A com.esri.arcgis.geodatabase.esriFieldType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMergePolicy() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMergePolicy(int policy) throws java.io.IOException, AutomationException
policy
- A com.esri.arcgis.geodatabase.esriMergePolicyType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSplitPolicy() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSplitPolicy(int policy) throws java.io.IOException, AutomationException
policy
- A com.esri.arcgis.geodatabase.esriSplitPolicyType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getOwner() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOwner(java.lang.String owner) throws java.io.IOException, AutomationException
owner
- The owner (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean memberOf(java.lang.Object value) throws java.io.IOException, AutomationException
value
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.