com.esri.arcgis.geodatabase
Class IDERelationshipClassExProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IDERelationshipClassExProxy
All Implemented Interfaces:
IDERelationshipClassEx, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IDERelationshipClassEx2Proxy

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

Description: 'Provides access to members that describe relationship class data elements.' 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 IDERelationshipClassExProxy
extends com.esri.arcgis.interop.Dispatch
implements IDERelationshipClassEx, 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.IDERelationshipClassEx
IID, IIDda5f6014_afe5_4f1b_9e9c_ba117cd4e594
 
Constructor Summary
  IDERelationshipClassExProxy()
          Deprecated. For internal use only
  IDERelationshipClassExProxy(java.lang.Object obj)
          Deprecated.  
protected IDERelationshipClassExProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDERelationshipClassExProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDERelationshipClassExProxy(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 getBackwardPathLabel()
          Deprecated. The backward path label for the relationship class.
 int getCardinality()
          Deprecated. The cardinality for the relationship class.
 int getClassKey()
          Deprecated. Class key used for the relationship class (Undefined, ClassID or Class Code).
 IArray getDestinationClassKeys()
          Deprecated. An array with the relationship class keys (IGPRelationshipClassKey) of the destination classes.
 IStringArray getDestinationClassNames()
          Deprecated. The names of the destination classes.
 java.lang.String getForwardPathLabel()
          Deprecated. The forward path label for the relationship class.
 int getKeyType()
          Deprecated. Key type for the relationship class (Dual or Single).
 int getNotification()
          Deprecated. The notification direction for the relationship class.
 IArray getOriginClassKeys()
          Deprecated. An array with the relationship class keys (IGPRelationshipClassKey) of the origin classes.
 IStringArray getOriginClassNames()
          Deprecated. The names of the origin classes.
 IArray getRelationshipRules()
          Deprecated. The relationship rules that apply to this relationship class.
 boolean isAttributed()
          Deprecated. Indicates if the relationships in this relationship class have attributes.
 boolean isComposite()
          Deprecated. Indicates if the relationship class represents a composite relationship in which the origin object class represents the composite object.
 boolean isReflexive()
          Deprecated. Indicates if origin and destination sets intersect.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBackwardPathLabel(java.lang.String label)
          Deprecated. The backward path label for the relationship class.
 void setCardinality(int relCardinality)
          Deprecated. The cardinality for the relationship class.
 void setClassKey(int classKey)
          Deprecated. Class key used for the relationship class (Undefined, ClassID or Class Code).
 void setDestinationClassKeysByRef(IArray destinationClassNames)
          Deprecated. An array with the relationship class keys (IGPRelationshipClassKey) of the destination classes.
 void setDestinationClassNamesByRef(IStringArray destinationClassNames)
          Deprecated. The names of the destination classes.
 void setForwardPathLabel(java.lang.String label)
          Deprecated. The forward path label for the relationship class.
 void setIsAttributed(boolean attributed)
          Deprecated. Indicates if the relationships in this relationship class have attributes.
 void setIsComposite(boolean composite)
          Deprecated. Indicates if the relationship class represents a composite relationship in which the origin object class represents the composite object.
 void setIsReflexive(boolean reflexive)
          Deprecated. Indicates if origin and destination sets intersect.
 void setKeyType(int keyType)
          Deprecated. Key type for the relationship class (Dual or Single).
 void setNotification(int notification)
          Deprecated. The notification direction for the relationship class.
 void setOriginClassKeysByRef(IArray originClassKeys)
          Deprecated. An array with the relationship class keys (IGPRelationshipClassKey) of the origin classes.
 void setOriginClassNamesByRef(IStringArray originClassNames)
          Deprecated. The names of the origin classes.
 void setRelationshipRulesByRef(IArray rules)
          Deprecated. The relationship rules that apply to this relationship class.
 
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

IDERelationshipClassExProxy

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

IDERelationshipClassExProxy

public IDERelationshipClassExProxy()
Deprecated. 
For internal use only


IDERelationshipClassExProxy

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

IDERelationshipClassExProxy

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

IDERelationshipClassExProxy

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

getOriginClassNames

public IStringArray getOriginClassNames()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The names of the origin classes.

Specified by:
getOriginClassNames in interface IDERelationshipClassEx
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOriginClassNamesByRef

public void setOriginClassNamesByRef(IStringArray originClassNames)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The names of the origin classes.

Specified by:
setOriginClassNamesByRef in interface IDERelationshipClassEx
Parameters:
originClassNames - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDestinationClassNames

public IStringArray getDestinationClassNames()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The names of the destination classes.

Specified by:
getDestinationClassNames in interface IDERelationshipClassEx
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDestinationClassNamesByRef

public void setDestinationClassNamesByRef(IStringArray destinationClassNames)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The names of the destination classes.

Specified by:
setDestinationClassNamesByRef in interface IDERelationshipClassEx
Parameters:
destinationClassNames - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOriginClassKeys

public IArray getOriginClassKeys()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
An array with the relationship class keys (IGPRelationshipClassKey) of the origin classes.

Specified by:
getOriginClassKeys in interface IDERelationshipClassEx
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOriginClassKeysByRef

public void setOriginClassKeysByRef(IArray originClassKeys)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
An array with the relationship class keys (IGPRelationshipClassKey) of the origin classes.

Specified by:
setOriginClassKeysByRef in interface IDERelationshipClassEx
Parameters:
originClassKeys - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDestinationClassKeys

public IArray getDestinationClassKeys()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
An array with the relationship class keys (IGPRelationshipClassKey) of the destination classes.

Specified by:
getDestinationClassKeys in interface IDERelationshipClassEx
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDestinationClassKeysByRef

public void setDestinationClassKeysByRef(IArray destinationClassNames)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
An array with the relationship class keys (IGPRelationshipClassKey) of the destination classes.

Specified by:
setDestinationClassKeysByRef in interface IDERelationshipClassEx
Parameters:
destinationClassNames - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getKeyType

public int getKeyType()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Key type for the relationship class (Dual or Single).

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

setKeyType

public void setKeyType(int keyType)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Key type for the relationship class (Dual or Single).

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

getClassKey

public int getClassKey()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Class key used for the relationship class (Undefined, ClassID or Class Code).

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

setClassKey

public void setClassKey(int classKey)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Class key used for the relationship class (Undefined, ClassID or Class Code).

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

isReflexive

public boolean isReflexive()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if origin and destination sets intersect.

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

setIsReflexive

public void setIsReflexive(boolean reflexive)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if origin and destination sets intersect.

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

getForwardPathLabel

public java.lang.String getForwardPathLabel()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The forward path label for the relationship class.

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

setForwardPathLabel

public void setForwardPathLabel(java.lang.String label)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The forward path label for the relationship class.

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

getBackwardPathLabel

public java.lang.String getBackwardPathLabel()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The backward path label for the relationship class.

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

setBackwardPathLabel

public void setBackwardPathLabel(java.lang.String label)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The backward path label for the relationship class.

Specified by:
setBackwardPathLabel in interface IDERelationshipClassEx
Parameters:
label - The label (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 for the relationship class.

Specified by:
getCardinality in interface IDERelationshipClassEx
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 relCardinality)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The cardinality for the relationship class.

Specified by:
setCardinality in interface IDERelationshipClassEx
Parameters:
relCardinality - 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 direction for the relationship class.

Specified by:
getNotification in interface IDERelationshipClassEx
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 direction for the relationship class.

Specified by:
setNotification in interface IDERelationshipClassEx
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.

isAttributed

public boolean isAttributed()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if the relationships in this relationship class have attributes.

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

setIsAttributed

public void setIsAttributed(boolean attributed)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if the relationships in this relationship class have attributes.

Specified by:
setIsAttributed in interface IDERelationshipClassEx
Parameters:
attributed - The attributed (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 the relationship class represents a composite relationship in which the origin object class represents the composite object.

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

setIsComposite

public void setIsComposite(boolean composite)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if the relationship class represents a composite relationship in which the origin object class represents the composite object.

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

getRelationshipRules

public IArray getRelationshipRules()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The relationship rules that apply to this relationship class.

Specified by:
getRelationshipRules in interface IDERelationshipClassEx
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRelationshipRulesByRef

public void setRelationshipRulesByRef(IArray rules)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The relationship rules that apply to this relationship class.

Specified by:
setRelationshipRulesByRef in interface IDERelationshipClassEx
Parameters:
rules - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.