com.esri.arcgis.geodatabase
Class IRelationshipRuleProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IRuleProxy
          extended by com.esri.arcgis.geodatabase.IRelationshipRuleProxy
All Implemented Interfaces:
IRelationshipRule, IRule, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that supply information about, modify and manage relationship rules.' 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 IRelationshipRuleProxy
extends IRuleProxy
implements IRelationshipRule, 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.IRelationshipRule
IID, IIDeb3b2f82_7e5c_11d2_aab5_00c04fa37b82
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRule
IID236f4de4_4761_11d2_9932_0000f80372b4
 
Constructor Summary
  IRelationshipRuleProxy()
          Deprecated. For internal use only
  IRelationshipRuleProxy(java.lang.Object obj)
          Deprecated.  
protected IRelationshipRuleProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRelationshipRuleProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRelationshipRuleProxy(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 getDestinationClassID()
          Deprecated. The ID of the destination ObjectClass.
 int getDestinationMaximumCardinality()
          Deprecated. The maximum cardinality value of the destination ObjectClass.
 int getDestinationMinimumCardinality()
          Deprecated. The minimum cardinality value of the destination ObjectClass.
 int getDestinationSubtypeCode()
          Deprecated. The subtype value of the destination ObjectClass.
 int getOriginClassID()
          Deprecated. The ID of the origin ObjectClass.
 int getOriginMaximumCardinality()
          Deprecated. The maximum cardinality value of the origin ObjectClass.
 int getOriginMinimumCardinality()
          Deprecated. The minimum cardinality value of the origin ObjectClass.
 int getOriginSubtypeCode()
          Deprecated. The subtype value of the origin ObjectClass.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDestinationClassID(int classID)
          Deprecated. The ID of the destination ObjectClass.
 void setDestinationMaximumCardinality(int value)
          Deprecated. The maximum cardinality value of the destination ObjectClass.
 void setDestinationMinimumCardinality(int value)
          Deprecated. The minimum cardinality value of the destination ObjectClass.
 void setDestinationSubtypeCode(int value)
          Deprecated. The subtype value of the destination ObjectClass.
 void setOriginClassID(int classID)
          Deprecated. The ID of the origin ObjectClass.
 void setOriginMaximumCardinality(int value)
          Deprecated. The maximum cardinality value of the origin ObjectClass.
 void setOriginMinimumCardinality(int value)
          Deprecated. The minimum cardinality value of the origin ObjectClass.
 void setOriginSubtypeCode(int value)
          Deprecated. The subtype value of the origin ObjectClass.
 
Methods inherited from class com.esri.arcgis.geodatabase.IRuleProxy
getCategory, getHelpstring, getID, getType, setCategory, setHelpstring, setID
 
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.IRule
getCategory, getHelpstring, getID, getType, setCategory, setHelpstring, setID
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRelationshipRuleProxy

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

IRelationshipRuleProxy

public IRelationshipRuleProxy()
Deprecated. 
For internal use only


IRelationshipRuleProxy

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

IRelationshipRuleProxy

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

IRelationshipRuleProxy

protected IRelationshipRuleProxy(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 IRuleProxy
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 IRuleProxy
Throws:
java.io.IOException

getDestinationClassID

public int getDestinationClassID()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The ID of the destination ObjectClass.

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

setDestinationClassID

public void setDestinationClassID(int classID)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The ID of the destination ObjectClass.

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

getDestinationSubtypeCode

public int getDestinationSubtypeCode()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The subtype value of the destination ObjectClass.

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

setDestinationSubtypeCode

public void setDestinationSubtypeCode(int value)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The subtype value of the destination ObjectClass.

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

getDestinationMinimumCardinality

public int getDestinationMinimumCardinality()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The minimum cardinality value of the destination ObjectClass.

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

setDestinationMinimumCardinality

public void setDestinationMinimumCardinality(int value)
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The minimum cardinality value of the destination ObjectClass.

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

getDestinationMaximumCardinality

public int getDestinationMaximumCardinality()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The maximum cardinality value of the destination ObjectClass.

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

setDestinationMaximumCardinality

public void setDestinationMaximumCardinality(int value)
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The maximum cardinality value of the destination ObjectClass.

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

getOriginClassID

public int getOriginClassID()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The ID of the origin ObjectClass.

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

setOriginClassID

public void setOriginClassID(int classID)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The ID of the origin ObjectClass.

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

getOriginSubtypeCode

public int getOriginSubtypeCode()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The subtype value of the origin ObjectClass.

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

setOriginSubtypeCode

public void setOriginSubtypeCode(int value)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The subtype value of the origin ObjectClass.

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

getOriginMinimumCardinality

public int getOriginMinimumCardinality()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The minimum cardinality value of the origin ObjectClass.

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

setOriginMinimumCardinality

public void setOriginMinimumCardinality(int value)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The minimum cardinality value of the origin ObjectClass.

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

getOriginMaximumCardinality

public int getOriginMaximumCardinality()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The maximum cardinality value of the origin ObjectClass.

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

setOriginMaximumCardinality

public void setOriginMaximumCardinality(int value)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The maximum cardinality value of the origin ObjectClass.

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