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 extends com.esri.arcgis.interop.Dispatch implements IDomain, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IIDdf18fe0a_84ba_11d2_ab61_000000000000| Modifier | Constructor and Description |
|---|---|
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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.
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
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.UnknownHostExceptionjava.io.IOExceptionpublic IDomainProxy()
public IDomainProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IDomainProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected 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.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic int getDomainID()
throws java.io.IOException,
AutomationException
getDomainID in interface IDomainjava.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 IDomainiD - 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 IDomainjava.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 IDomaindescription - 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 IDomainjava.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 IDomainfieldType - 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 IDomainjava.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 IDomainpolicy - 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 IDomainjava.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 IDomainpolicy - 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 IDomainjava.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 IDomainname - 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 IDomainjava.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 IDomainowner - 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 IDomainjava.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 IDomainvalue - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.