|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabase.IDomainProxy
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 =
public class IDomainProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.geodatabase.IDomain |
---|
IID, IIDdf18fe0a_84ba_11d2_ab61_000000000000 |
Constructor Summary | |
---|---|
|
IDomainProxy()
Deprecated. For internal use only |
|
IDomainProxy(java.lang.Object obj)
Deprecated. |
protected |
IDomainProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IDomainProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IDomainProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
java.lang.String |
getDescription()
Deprecated. The description of the domain. |
int |
getDomainID()
Deprecated. The ID of the domain. |
int |
getFieldType()
Deprecated. The field type of the field. |
int |
getMergePolicy()
Deprecated. The merge policy. |
java.lang.String |
getName()
Deprecated. The name of the domain. |
java.lang.String |
getOwner()
Deprecated. The owner of the domain. |
int |
getSplitPolicy()
Deprecated. The split policy. |
int |
getType()
Deprecated. The domain type. |
boolean |
memberOf(java.lang.Object value)
Deprecated. Indicates whether the value is a valid member of the domain. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setDescription(java.lang.String description)
Deprecated. The description of the domain. |
void |
setDomainID(int iD)
Deprecated. The ID of the domain. |
void |
setFieldType(int fieldType)
Deprecated. The field type of the field. |
void |
setMergePolicy(int policy)
Deprecated. The merge policy. |
void |
setName(java.lang.String name)
Deprecated. The name of the domain. |
void |
setOwner(java.lang.String owner)
Deprecated. The owner of the domain. |
void |
setSplitPolicy(int policy)
Deprecated. The split policy. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IDomainProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IDomainProxy()
public IDomainProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDomainProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDomainProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public int getDomainID() throws java.io.IOException, AutomationException
getDomainID
in interface IDomain
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
setDomainID
in interface IDomain
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
getDescription
in interface IDomain
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
setDescription
in interface IDomain
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
getFieldType
in interface IDomain
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
setFieldType
in interface IDomain
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
getMergePolicy
in interface IDomain
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
setMergePolicy
in interface IDomain
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
getSplitPolicy
in interface IDomain
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
setSplitPolicy
in interface IDomain
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
getName
in interface IDomain
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
setName
in interface IDomain
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
getOwner
in interface IDomain
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
setOwner
in interface IDomain
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
getType
in interface IDomain
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
memberOf
in interface IDomain
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 |