|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPDomain2
COM Interface 'IGPDomain2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: '.' 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 |
IID1060ab89_dc4a_4a63_ae01_e1f2da1de886
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
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. |
Field Detail |
---|
static final int IID1060ab89_dc4a_4a63_ae01_e1f2da1de886
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |