com.esri.arcgis.catalogUI
Class IEditEvaluatorContextProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.catalogUI.IEditEvaluatorContextProxy
All Implemented Interfaces:
IEditEvaluatorContext, Externalizable, Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IEditEvaluatorContext'. Generated 6/23/2009 10:04:48 AM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Generated using ArcGIS Proxy Generator

Description: 'Provides access to the edit evaluator context.' 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 IEditEvaluatorContextProxy
extends com.esri.arcgis.interop.Dispatch
implements IEditEvaluatorContext, Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static 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.catalogUI.IEditEvaluatorContext
IID, IID01efc9b9_2277_4f01_9b24_1af85b678bc2
 
Constructor Summary
  IEditEvaluatorContextProxy()
          Deprecated. For internal use only
  IEditEvaluatorContextProxy(Object obj)
          Deprecated.  
protected IEditEvaluatorContextProxy(Object obj, String iid)
          Deprecated.  
  IEditEvaluatorContextProxy(String CLSID, String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IEditEvaluatorContextProxy(String CLSID, String iid, String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
          Deprecated.  
 INetworkSource esri_getSource()
          Deprecated. The evaluator network source.
 int getDirectionType()
          Deprecated. The edge direction type.
 int getElementType()
          Deprecated. The evaluator element type.
 ITable getTable()
          Deprecated. The evaluator network source table.
 boolean isDefault()
          Deprecated. Indicates whether it is the default evaluator context.
 void removeListener(String iidStr, Object theListener)
          Deprecated.  
 
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 Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IEditEvaluatorContextProxy

public IEditEvaluatorContextProxy(String CLSID,
                                  String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws UnknownHostException,
                                  IOException
Deprecated. 
Throws:
UnknownHostException
IOException

IEditEvaluatorContextProxy

public IEditEvaluatorContextProxy()
Deprecated. 
For internal use only


IEditEvaluatorContextProxy

public IEditEvaluatorContextProxy(Object obj)
                           throws IOException
Deprecated. 
Throws:
IOException

IEditEvaluatorContextProxy

protected IEditEvaluatorContextProxy(Object obj,
                                     String iid)
                              throws IOException
Deprecated. 
Throws:
IOException

IEditEvaluatorContextProxy

protected IEditEvaluatorContextProxy(String CLSID,
                                     String iid,
                                     String host,
                                     com.esri.arcgis.interop.AuthInfo authInfo)
                              throws IOException
Deprecated. 
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getElementType

public int getElementType()
                   throws IOException,
                          AutomationException
Deprecated. 
The evaluator element type.

Specified by:
getElementType in interface IEditEvaluatorContext
Returns:
A com.esri.arcgis.geodatabase.esriNetworkElementType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDefault

public boolean isDefault()
                  throws IOException,
                         AutomationException
Deprecated. 
Indicates whether it is the default evaluator context.

Specified by:
isDefault in interface IEditEvaluatorContext
Returns:
The defaultMode
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDirectionType

public int getDirectionType()
                     throws IOException,
                            AutomationException
Deprecated. 
The edge direction type.

Specified by:
getDirectionType in interface IEditEvaluatorContext
Returns:
A com.esri.arcgis.geodatabase.esriNetworkEdgeDirection constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

esri_getSource

public INetworkSource esri_getSource()
                              throws IOException,
                                     AutomationException
Deprecated. 
The evaluator network source.

Specified by:
esri_getSource in interface IEditEvaluatorContext
Returns:
A reference to a com.esri.arcgis.geodatabase.INetworkSource
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTable

public ITable getTable()
                throws IOException,
                       AutomationException
Deprecated. 
The evaluator network source table.

Specified by:
getTable in interface IEditEvaluatorContext
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.