|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geoprocessing.IMdElementProxy
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
Internal use class
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IMdElementProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IMdElementProxy()
public IMdElementProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IMdElementProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IMdElementProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public int getID()
throws java.io.IOException,
AutomationException
getID in interface IMdElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setID(int identifier)
throws java.io.IOException,
AutomationException
setID in interface IMdElementidentifier - The identifier (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IMdElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
setName in interface IMdElementname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isMarked()
throws java.io.IOException,
AutomationException
isMarked in interface IMdElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMarked(boolean marked)
throws java.io.IOException,
AutomationException
setMarked in interface IMdElementmarked - The marked (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCurrent()
throws java.io.IOException,
AutomationException
isCurrent in interface IMdElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCurrent(boolean current)
throws java.io.IOException,
AutomationException
setCurrent in interface IMdElementcurrent - The current (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isValid()
throws java.io.IOException,
AutomationException
isValid in interface IMdElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setValid(boolean valid)
throws java.io.IOException,
AutomationException
setValid in interface IMdElementvalid - The valid (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMdModel getModel()
throws java.io.IOException,
AutomationException
getModel in interface IMdElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setModelByRef(IMdModel model)
throws java.io.IOException,
AutomationException
setModelByRef in interface IMdElementmodel - A reference to a com.esri.arcgis.geoprocessing.IMdModel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getState()
throws java.io.IOException,
AutomationException
getState in interface IMdElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumMdElement getDependents(int direction,
int connectionType)
throws java.io.IOException,
AutomationException
getDependents in interface IMdElementdirection - A com.esri.arcgis.geoprocessing.esriMdDirection constant (in)connectionType - A com.esri.arcgis.geoprocessing.esriMdConnectionType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDependentOn(IMdElement pMdElement,
int direction,
int connectionType)
throws java.io.IOException,
AutomationException
isDependentOn in interface IMdElementpMdElement - 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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPMessages validate(boolean updateValues,
IGPEnvironmentManager pEnvMgr)
throws java.io.IOException,
AutomationException
validate in interface IMdElementupdateValues - The updateValues (in)pEnvMgr - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPMessages getMessages()
throws java.io.IOException,
AutomationException
getMessages in interface IMdElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAltered()
throws java.io.IOException,
AutomationException
isAltered in interface IMdElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAltered(boolean altered)
throws java.io.IOException,
AutomationException
setAltered in interface IMdElementaltered - The altered (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||