com.esri.arcgis.geodatabase
Class IDomainProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IDomainProxy
All Implemented Interfaces:
IDomain, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IDomain'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IDomainProxy

public IDomainProxy(java.lang.String CLSID,
                    java.lang.String host,
                    com.esri.arcgis.interop.AuthInfo authInfo)
             throws java.net.UnknownHostException,
                    java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IDomainProxy

public IDomainProxy()
Deprecated. 
For internal use only


IDomainProxy

public IDomainProxy(java.lang.Object obj)
             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IDomainProxy

protected IDomainProxy(java.lang.Object obj,
                       java.lang.String iid)
                throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IDomainProxy

protected IDomainProxy(java.lang.String CLSID,
                       java.lang.String iid,
                       java.lang.String host,
                       com.esri.arcgis.interop.AuthInfo authInfo)
                throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getDomainID

public int getDomainID()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The ID of the domain.

Specified by:
getDomainID in interface IDomain
Returns:
The iD
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDomainID

public void setDomainID(int iD)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The ID of the domain.

Specified by:
setDomainID in interface IDomain
Parameters:
iD - The iD (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

public java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The description of the domain.

Specified by:
getDescription in interface IDomain
Returns:
The description
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

public void setDescription(java.lang.String description)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The description of the domain.

Specified by:
setDescription in interface IDomain
Parameters:
description - The description (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldType

public int getFieldType()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The field type of the field.

Specified by:
getFieldType in interface IDomain
Returns:
A com.esri.arcgis.geodatabase.esriFieldType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFieldType

public void setFieldType(int fieldType)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The field type of the field.

Specified by:
setFieldType in interface IDomain
Parameters:
fieldType - A com.esri.arcgis.geodatabase.esriFieldType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMergePolicy

public int getMergePolicy()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The merge policy.

Specified by:
getMergePolicy in interface IDomain
Returns:
A com.esri.arcgis.geodatabase.esriMergePolicyType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMergePolicy

public void setMergePolicy(int policy)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The merge policy.

Specified by:
setMergePolicy in interface IDomain
Parameters:
policy - A com.esri.arcgis.geodatabase.esriMergePolicyType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSplitPolicy

public int getSplitPolicy()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The split policy.

Specified by:
getSplitPolicy in interface IDomain
Returns:
A com.esri.arcgis.geodatabase.esriSplitPolicyType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSplitPolicy

public void setSplitPolicy(int policy)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The split policy.

Specified by:
setSplitPolicy in interface IDomain
Parameters:
policy - A com.esri.arcgis.geodatabase.esriSplitPolicyType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The name of the domain.

Specified by:
getName in interface IDomain
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

public void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The name of the domain.

Specified by:
setName in interface IDomain
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOwner

public java.lang.String getOwner()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The owner of the domain.

Specified by:
getOwner in interface IDomain
Returns:
The owner
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOwner

public void setOwner(java.lang.String owner)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The owner of the domain.

Specified by:
setOwner in interface IDomain
Parameters:
owner - The owner (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getType

public int getType()
            throws java.io.IOException,
                   AutomationException
Deprecated. 
The domain type.

Specified by:
getType in interface IDomain
Returns:
A com.esri.arcgis.geodatabase.esriDomainType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

memberOf

public boolean memberOf(java.lang.Object value)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates whether the value is a valid member of the domain.

Specified by:
memberOf in interface IDomain
Parameters:
value - A Variant (in)
Returns:
The isMember
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.