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
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IIDeb3b2f82_7e5c_11d2_aab5_00c04fa37b82IID236f4de4_4761_11d2_9932_0000f80372b4| Modifier | Constructor and Description |
|---|---|
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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.
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
getCategory, getHelpstring, getID, getType, setCategory, setHelpstring, setIDbindUsingMoniker, 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, writeExternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCategory, getHelpstring, getID, getType, setCategory, setHelpstring, setIDpublic static final java.lang.Class targetClass
public boolean noncastable
public IRelationshipRuleProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IRelationshipRuleProxy()
public IRelationshipRuleProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IRelationshipRuleProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IRelationshipRuleProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class IRuleProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class IRuleProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic int getDestinationClassID()
throws java.io.IOException,
AutomationException
getDestinationClassID in interface IRelationshipRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDestinationClassID(int classID)
throws java.io.IOException,
AutomationException
setDestinationClassID in interface IRelationshipRuleclassID - The classID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getDestinationSubtypeCode()
throws java.io.IOException,
AutomationException
getDestinationSubtypeCode in interface IRelationshipRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDestinationSubtypeCode(int value)
throws java.io.IOException,
AutomationException
setDestinationSubtypeCode in interface IRelationshipRulevalue - The value (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getDestinationMinimumCardinality()
throws java.io.IOException,
AutomationException
getDestinationMinimumCardinality in interface IRelationshipRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDestinationMinimumCardinality(int value)
throws java.io.IOException,
AutomationException
setDestinationMinimumCardinality in interface IRelationshipRulevalue - The value (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getDestinationMaximumCardinality()
throws java.io.IOException,
AutomationException
getDestinationMaximumCardinality in interface IRelationshipRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDestinationMaximumCardinality(int value)
throws java.io.IOException,
AutomationException
setDestinationMaximumCardinality in interface IRelationshipRulevalue - The value (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getOriginClassID()
throws java.io.IOException,
AutomationException
getOriginClassID in interface IRelationshipRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setOriginClassID(int classID)
throws java.io.IOException,
AutomationException
setOriginClassID in interface IRelationshipRuleclassID - The classID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getOriginSubtypeCode()
throws java.io.IOException,
AutomationException
getOriginSubtypeCode in interface IRelationshipRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setOriginSubtypeCode(int value)
throws java.io.IOException,
AutomationException
setOriginSubtypeCode in interface IRelationshipRulevalue - The value (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getOriginMinimumCardinality()
throws java.io.IOException,
AutomationException
getOriginMinimumCardinality in interface IRelationshipRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setOriginMinimumCardinality(int value)
throws java.io.IOException,
AutomationException
setOriginMinimumCardinality in interface IRelationshipRulevalue - The value (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getOriginMaximumCardinality()
throws java.io.IOException,
AutomationException
getOriginMaximumCardinality in interface IRelationshipRulejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setOriginMaximumCardinality(int value)
throws java.io.IOException,
AutomationException
setOriginMaximumCardinality in interface IRelationshipRulevalue - The value (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.