com.esri.arcgis.geoprocessing
Class IMdElementProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IMdElementProxy
All Implemented Interfaces:
IMdElement, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to properties/methods of a model element.' 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 IMdElementProxy
extends com.esri.arcgis.interop.Dispatch
implements IMdElement, 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.geoprocessing.IMdElement
IID, IIDbf5adcdd_a477_4cd5_936a_62c939c6d46a
 
Constructor Summary
  IMdElementProxy()
          Deprecated. For internal use only
  IMdElementProxy(java.lang.Object obj)
          Deprecated.  
protected IMdElementProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IMdElementProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IMdElementProxy(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.  
 IEnumMdElement getDependents(int direction, int connectionType)
          Deprecated. Returns an enumeration of model elements that are dependent on the model element in the given direction and of the given connection type.
 int getID()
          Deprecated. Unique identifier of the model element.
 IGPMessages getMessages()
          Deprecated. Returns the messages returned from the last call to Validate().
 IMdModel getModel()
          Deprecated. The model the model element is contained within.
 java.lang.String getName()
          Deprecated. Name of the model element.
 int getState()
          Deprecated. The state of the model element.
 boolean isAltered()
          Deprecated. Indicates if the model element has been altered by the user.
 boolean isCurrent()
          Deprecated. Indicates if the model element is current (i.e., has been created).
 boolean isDependentOn(IMdElement pMdElement, int direction, int connectionType)
          Deprecated. Returns whether or not the model element is dependent on the given model element in the given direction of the given connection type.
 boolean isMarked()
          Deprecated. Indicates if the model element has been marked for validation/execution.
 boolean isValid()
          Deprecated. Indicates if the model element is valid.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAltered(boolean altered)
          Deprecated. Indicates if the model element has been altered by the user.
 void setCurrent(boolean current)
          Deprecated. Indicates if the model element is current (i.e., has been created).
 void setID(int identifier)
          Deprecated. Unique identifier of the model element.
 void setMarked(boolean marked)
          Deprecated. Indicates if the model element has been marked for validation/execution.
 void setModelByRef(IMdModel model)
          Deprecated. The model the model element is contained within.
 void setName(java.lang.String name)
          Deprecated. Name of the model element.
 void setValid(boolean valid)
          Deprecated. Indicates if the model element is valid.
 IGPMessages validate(boolean updateValues, IGPEnvironmentManager pEnvMgr)
          Deprecated. Validates the model element.
 
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

IMdElementProxy

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

IMdElementProxy

public IMdElementProxy()
Deprecated. 
For internal use only


IMdElementProxy

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

IMdElementProxy

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

IMdElementProxy

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

getID

public int getID()
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Unique identifier of the model element.

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

setID

public void setID(int identifier)
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Unique identifier of the model element.

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

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Name of the model element.

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

setName

public void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Name of the model element.

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

isMarked

public boolean isMarked()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates if the model element has been marked for validation/execution.

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

setMarked

public void setMarked(boolean marked)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Indicates if the model element has been marked for validation/execution.

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

isCurrent

public boolean isCurrent()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if the model element is current (i.e., has been created).

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

setCurrent

public void setCurrent(boolean current)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates if the model element is current (i.e., has been created).

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

isValid

public boolean isValid()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates if the model element is valid.

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

setValid

public void setValid(boolean valid)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Indicates if the model element is valid.

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

getModel

public IMdModel getModel()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The model the model element is contained within.

Specified by:
getModel in interface IMdElement
Returns:
A reference to a com.esri.arcgis.geoprocessing.IMdModel
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setModelByRef

public void setModelByRef(IMdModel model)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The model the model element is contained within.

Specified by:
setModelByRef in interface IMdElement
Parameters:
model - A reference to a com.esri.arcgis.geoprocessing.IMdModel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getState

public int getState()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The state of the model element.

Specified by:
getState in interface IMdElement
Returns:
A com.esri.arcgis.geoprocessing.esriMdElementState constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDependents

public IEnumMdElement getDependents(int direction,
                                    int connectionType)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Returns an enumeration of model elements that are dependent on the model element in the given direction and of the given connection type.

Specified by:
getDependents in interface IMdElement
Parameters:
direction - A com.esri.arcgis.geoprocessing.esriMdDirection constant (in)
connectionType - A com.esri.arcgis.geoprocessing.esriMdConnectionType constant (in)
Returns:
A reference to a com.esri.arcgis.geoprocessing.IEnumMdElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDependentOn

public boolean isDependentOn(IMdElement pMdElement,
                             int direction,
                             int connectionType)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Returns whether or not the model element is dependent on the given model element in the given direction of the given connection type.

Specified by:
isDependentOn in interface IMdElement
Parameters:
pMdElement - A reference to a com.esri.arcgis.geoprocessing.IMdElement (in)
direction - A com.esri.arcgis.geoprocessing.esriMdDirection constant (in)
connectionType - A com.esri.arcgis.geoprocessing.esriMdConnectionType constant (in)
Returns:
The pDependentOn
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

validate

public IGPMessages validate(boolean updateValues,
                            IGPEnvironmentManager pEnvMgr)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Validates the model element.

Specified by:
validate in interface IMdElement
Parameters:
updateValues - The updateValues (in)
pEnvMgr - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPMessages
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMessages

public IGPMessages getMessages()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Returns the messages returned from the last call to Validate().

Specified by:
getMessages in interface IMdElement
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPMessages
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAltered

public boolean isAltered()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if the model element has been altered by the user.

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

setAltered

public void setAltered(boolean altered)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates if the model element has been altered by the user.

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