com.esri.arcgis.geodatabase
Class IRelationshipClassNameProxy

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

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

Description: 'Provides access to members that return information about the relationship class.' 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 IRelationshipClassNameProxy
extends com.esri.arcgis.interop.Dispatch
implements IRelationshipClassName, 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.IRelationshipClassName
IID, IID311c2ee2_da65_11d2_8a54_000000000000
 
Constructor Summary
  IRelationshipClassNameProxy()
          Deprecated. For internal use only
  IRelationshipClassNameProxy(java.lang.Object obj)
          Deprecated.  
protected IRelationshipClassNameProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRelationshipClassNameProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRelationshipClassNameProxy(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.  
 int getCardinality()
          Deprecated. The Cardinality.
 IDatasetName getFeatureDatasetName()
          Deprecated. The Feature Dataset Name object.
 int getNotification()
          Deprecated. The Notification.
 boolean isAttributed()
          Deprecated. Indicates if Attributed.
 boolean isComposite()
          Deprecated. Indicates if Composite.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setCardinality(int cardinality)
          Deprecated. The Cardinality.
 void setFeatureDatasetNameByRef(IDatasetName featureDatasetName)
          Deprecated. The Feature Dataset Name object.
 void setIsAttributed(boolean isAttributed)
          Deprecated. Indicates if Attributed.
 void setIsComposite(boolean isComposite)
          Deprecated. Indicates if Composite.
 void setNotification(int notification)
          Deprecated. The Notification.
 
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

IRelationshipClassNameProxy

public IRelationshipClassNameProxy(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

IRelationshipClassNameProxy

public IRelationshipClassNameProxy()
Deprecated. 
For internal use only


IRelationshipClassNameProxy

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

IRelationshipClassNameProxy

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

IRelationshipClassNameProxy

protected IRelationshipClassNameProxy(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

getFeatureDatasetName

public IDatasetName getFeatureDatasetName()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The Feature Dataset Name object.

Specified by:
getFeatureDatasetName in interface IRelationshipClassName
Returns:
A reference to a com.esri.arcgis.geodatabase.IDatasetName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureDatasetNameByRef

public void setFeatureDatasetNameByRef(IDatasetName featureDatasetName)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The Feature Dataset Name object.

Specified by:
setFeatureDatasetNameByRef in interface IRelationshipClassName
Parameters:
featureDatasetName - A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCardinality

public int getCardinality()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The Cardinality.

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

setCardinality

public void setCardinality(int cardinality)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The Cardinality.

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

getNotification

public int getNotification()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The Notification.

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

setNotification

public void setNotification(int notification)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The Notification.

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

isComposite

public boolean isComposite()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if Composite.

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

setIsComposite

public void setIsComposite(boolean isComposite)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if Composite.

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

isAttributed

public boolean isAttributed()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if Attributed.

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

setIsAttributed

public void setIsAttributed(boolean isAttributed)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if Attributed.

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