com.esri.arcgis.geodatabase
Class IRelationshipClass3Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IRelationshipClassProxy
          extended by com.esri.arcgis.geodatabase.IRelationshipClass2Proxy
              extended by com.esri.arcgis.geodatabase.IRelationshipClass3Proxy
All Implemented Interfaces:
IRelationshipClass, IRelationshipClass2, IRelationshipClass3, Externalizable, Serializable

public class IRelationshipClass3Proxy
extends IRelationshipClass2Proxy
implements IRelationshipClass3, Serializable

Provides access to .

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IRelationshipClass3Proxy()
           
  IRelationshipClass3Proxy(Object obj)
           
protected IRelationshipClass3Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 boolean isAttachmentRelationship()
          Indicates if the relationships in this relationship class corresponds to table attachments.
 void removeListener(String iidStr, Object theListener)
           
 
Methods inherited from class com.esri.arcgis.geodatabase.IRelationshipClass2Proxy
getObjectsMatchingObjectArray, getObjectsMatchingObjectSetEx
 
Methods inherited from class com.esri.arcgis.geodatabase.IRelationshipClassProxy
addRelationshipRule, createRelationship, deleteRelationship, deleteRelationshipRule, deleteRelationshipsForObject, deleteRelationshipsForObjectSet, getBackwardPathLabel, getCardinality, getDestinationClass, getDestinationForeignKey, getDestinationPrimaryKey, getFeatureDataset, getForwardPathLabel, getNotification, getObjectsMatchingObjectSet, getObjectsRelatedToObject, getObjectsRelatedToObjectSet, getOriginClass, getOriginForeignKey, getOriginPrimaryKey, getRelationship, getRelationshipClassID, getRelationshipRules, getRelationshipsForObject, getRelationshipsForObjectSet, isAttributed, isComposite
 
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
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRelationshipClass2
getObjectsMatchingObjectArray, getObjectsMatchingObjectSetEx
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRelationshipClass
addRelationshipRule, createRelationship, deleteRelationship, deleteRelationshipRule, deleteRelationshipsForObject, deleteRelationshipsForObjectSet, getBackwardPathLabel, getCardinality, getDestinationClass, getDestinationForeignKey, getDestinationPrimaryKey, getFeatureDataset, getForwardPathLabel, getNotification, getObjectsMatchingObjectSet, getObjectsRelatedToObject, getObjectsRelatedToObjectSet, getOriginClass, getOriginForeignKey, getOriginPrimaryKey, getRelationship, getRelationshipClassID, getRelationshipRules, getRelationshipsForObject, getRelationshipsForObjectSet, isAttributed, isComposite
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IRelationshipClass3Proxy

public IRelationshipClass3Proxy()

IRelationshipClass3Proxy

public IRelationshipClass3Proxy(Object obj)
                         throws IOException
Throws:
IOException

IRelationshipClass3Proxy

protected IRelationshipClass3Proxy(Object obj,
                                   String iid)
                            throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class IRelationshipClass2Proxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class IRelationshipClass2Proxy
Throws:
IOException

isAttachmentRelationship

public boolean isAttachmentRelationship()
                                 throws IOException,
                                        AutomationException
Indicates if the relationships in this relationship class corresponds to table attachments.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isAttachmentRelationship in interface IRelationshipClass3
Returns:
The isAttachment
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.