|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides access to members that return and modify domains and their merge and split policies.
| Method Summary | |
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. |
| Method Detail |
public int getDomainID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public 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.
public 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.
public 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.
public int getFieldType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public 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.
public int getMergePolicy()
throws java.io.IOException,
AutomationException
This property sets or returns the merge policy for the domain object. The merge policy describes what happens to the values of the field that the domain is applied to when two objects are merged into a single object. The merge policy is an esriMergePolicyType enumeration.
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public 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.
public int getSplitPolicy()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public 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.
public 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.
public 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.
public 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.
public 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.
public int getType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||