com.esri.arcgis.geodatabase
Interface IRelationshipClass3

All Superinterfaces:
IRelationshipClass, IRelationshipClass2, java.io.Serializable
All Known Implementing Classes:
IRelationshipClass3Proxy

public interface IRelationshipClass3
extends IRelationshipClass2, java.io.Serializable

COM Interface 'IRelationshipClass3'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to .' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID79ce2129_71db_422a_87d8_b6a3807b2062
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRelationshipClass2
IIDc9c39723_40b6_454f_a7ff_a25491c72256
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRelationshipClass
IID22b00693_8895_11d2_8a0d_006097aff44e
 
Method Summary
 boolean isAttachmentRelationship()
          Indicates if the relationships in this relationship class corresponds to table attachments.
 
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

IID79ce2129_71db_422a_87d8_b6a3807b2062

static final int IID79ce2129_71db_422a_87d8_b6a3807b2062
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isAttachmentRelationship

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

Returns:
The isAttachment
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.