Description: 'Provides access to members that specify the properties of a utility network relationship class value 2.' 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 IUNRelationshipClassValue2Proxy extends IUNRelationshipClassValueProxy implements IUNRelationshipClassValue2, 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, IID53efaaa9_b9cf_4a87_9c8f_755a41a7428aIID5c51063b_41d2_4031_8cb0_f4501db79468| Modifier | Constructor and Description |
|---|---|
|
IUNRelationshipClassValue2Proxy()
Deprecated.
For internal use only
|
|
IUNRelationshipClassValue2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IUNRelationshipClassValue2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IUNRelationshipClassValue2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IUNRelationshipClassValue2Proxy(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.
|
java.lang.String |
getDestinationName()
Deprecated.
Returns the destination name.
|
java.lang.String |
getOriginName()
Deprecated.
Returns the origin name.
|
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 |
setDestinationName(java.lang.String destinationName)
Deprecated.
Returns the destination name.
|
void |
setOriginName(java.lang.String originName)
Deprecated.
Returns the origin name.
|
getDestinationID, getName, getOriginID, getRelationshipValues, setDestinationID, setName, setOriginID, setRelationshipValuesByRefbindUsingMoniker, 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, waitgetDestinationID, getName, getOriginID, getRelationshipValues, setDestinationID, setName, setOriginID, setRelationshipValuesByRefpublic static final java.lang.Class targetClass
public boolean noncastable
public IUNRelationshipClassValue2Proxy(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 IUNRelationshipClassValue2Proxy()
public IUNRelationshipClassValue2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IUNRelationshipClassValue2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IUNRelationshipClassValue2Proxy(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 IUNRelationshipClassValueProxyiidStr - 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 IUNRelationshipClassValueProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic java.lang.String getOriginName()
throws java.io.IOException,
AutomationException
getOriginName in interface IUNRelationshipClassValue2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setOriginName(java.lang.String originName)
throws java.io.IOException,
AutomationException
setOriginName in interface IUNRelationshipClassValue2originName - The originName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDestinationName()
throws java.io.IOException,
AutomationException
getDestinationName in interface IUNRelationshipClassValue2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDestinationName(java.lang.String destinationName)
throws java.io.IOException,
AutomationException
setDestinationName in interface IUNRelationshipClassValue2destinationName - The destinationName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.