|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.MdVariable
public class MdVariable
COM Class 'MdVariable'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description 'Model variable object that contains a value object.' 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 =
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
| Fields inherited from interface com.esri.arcgis.system.IClone |
|---|
IID, IID9bff8aeb_e415_11d0_943c_080009eebecb, xxDummy |
| Fields inherited from interface com.esri.arcgis.geoprocessing.IMdElement |
|---|
IID, IIDbf5adcdd_a477_4cd5_936a_62c939c6d46a, xxDummy |
| Fields inherited from interface com.esri.arcgis.geoprocessing.IMdVariable |
|---|
IID, IID18b03157_5ea4_46ae_b0b1_f7769c7dab32, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabase.IGPVariable |
|---|
IID, IID91290e84_b518_43e3_8e7a_9ee8e0cef5c9, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabase.IGPValue |
|---|
IID, IID92ee08b6_c757_4178_803c_67cd665ac801, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersistStream |
|---|
IID, IID00000109_0000_0000_c000_000000000046, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersist |
|---|
IID0000010c_0000_0000_c000_000000000046 |
| Fields inherited from interface com.esri.arcgis.system.IXMLSerialize |
|---|
IID, IIDc8545045_6615_48e3_af27_52a0e5fc35e2, xxDummy |
| Fields inherited from interface com.esri.arcgis.geoprocessing.IMdList |
|---|
IID, IID9c5185c9_dfdd_4452_9f64_5ba4803dbd6f, xxDummy |
| Fields inherited from interface com.esri.arcgis.geoprocessing.IGPValueExpression |
|---|
IID, IID1ac0728d_8da6_4592_bcf9_7c3027f51f38, xxDummy |
| Constructor Summary | |
|---|---|
MdVariable()
Constructs a MdVariable using ArcGIS Engine. |
|
MdVariable(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. MdVariable theMdVariable = (MdVariable) obj; |
|
| Method Summary | |
|---|---|
void |
addValue(IGPValue pValue)
Adds a value. |
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
void |
deserialize(IXMLSerializeData data)
Deserializes an object from XML. |
void |
empty()
Clears the value object. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone. |
int |
getAlteredFlag(int index)
Indicates whether the value has been explicitly set (by the user). |
java.lang.String |
getAsText()
Provides the value of the value object. |
java.lang.String |
getAsText(IGPVariableManager pVariableManager)
Gets the text value of the variable value. |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
int |
getCount()
The list count. |
int |
getCurrentIndex()
The current index. |
IGPDataType |
getDataType()
The data type of the variable. |
IEnumMdElement |
getDependents(int direction,
int connectionType)
Returns an enumeration of model elements that are dependent on the model element in the given direction and of the given connection type. |
IMdVariable |
getFeedbackVariable()
Feedback variable. |
int |
getID()
Unique identifier of the model element. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getListType()
Indicates the list type. |
IGPMessages |
getMessages()
Returns the messages returned from the last call to Validate(). |
IMdModel |
getModel()
The model the model element is contained within. |
java.lang.String |
getName()
Name of the model element. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
int |
getState()
The state of the model element. |
int |
getValence()
Get valence. |
IGPValue |
getValue()
The value object associated with the variable. |
IGPValue |
getValue(int index)
The value at the specifed index. |
void |
getValues(boolean bClone,
IArray[] ppValues,
ILongArray[] ppFlags)
The values. |
IStringArray |
getVariableNames()
Returns a string array of the variable names. |
IArray |
getVariables()
Returns an array of variables. |
int |
hashCode()
the hashcode for this object |
IGPDataType |
IGPValue_getDataType()
The data type of the value object. |
void |
insertValue(int index,
IGPValue pValue)
Inserts a value. |
boolean |
isAddToDisplay()
Indicates if the variable should be added to the application display. |
boolean |
isAltered()
Indicates if the model element has been altered by the user. |
boolean |
isAlteredFlag()
Indicates whether the value has been explicitly set (by the user). |
boolean |
isCurrent()
Indicates if the model element is current (i.e., has been created). |
boolean |
isDependentOn(IMdElement pMdElement,
int direction,
int connectionType)
Returns whether or not the model element is dependent on the given model element in the given direction of the given connection type. |
boolean |
isDerived()
Indicates if the variable is type derived. |
void |
isDirty()
isDirty |
boolean |
isEmpty()
Indicates if the value object is empty. |
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties. |
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object. |
boolean |
isIntermediate()
Indicates if the data specified by the variable is considered intermediate data. |
boolean |
isMarked()
Indicates if the model element has been marked for validation/execution. |
boolean |
isResolved()
Gets the resolved state. |
boolean |
isValid()
Indicates if the model element is valid. |
void |
load(IStream pstm)
load |
void |
moveValue(int index,
int direction)
Moves the specified value. |
void |
readExternal(java.io.ObjectInput in)
|
void |
release()
Release a MdVariable. |
void |
removeAll()
Removes all values. |
void |
removeValue(int index)
Removes the specified value. |
IGPValue |
resolveValue(IGPVariableManager pVariableManager)
Resolves a given variable value. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
serialize(IXMLSerializeData data)
Serializes an object to XML. |
void |
setAddToDisplay(boolean addToDisplay)
Indicates if the variable should be added to the application display. |
void |
setAltered(boolean altered)
Indicates if the model element has been altered by the user. |
void |
setAlteredFlag(boolean altered)
Indicates whether the value has been explicitly set (by the user). |
void |
setAlteredFlag2(int index,
int flag)
Indicates whether the value has been explicitly set (by the user). |
IGPMessage |
setAsText(java.lang.String text)
Provides the value of the value object with the given string value. |
void |
setCurrent(boolean current)
Indicates if the model element is current (i.e., has been created). |
void |
setCurrentIndex(int index)
The current index. |
void |
setDataTypeByRef(IGPDataType dataType)
The data type of the variable. |
void |
setDerived(boolean derived)
Indicates if the variable is type derived. |
void |
setFeedbackVariableByRef(IMdVariable ppVariable)
Feedback variable. |
void |
setID(int identifier)
Unique identifier of the model element. |
void |
setIntermediate(boolean intermediate)
Indicates if the data specified by the variable is considered intermediate data. |
void |
setListType(int type)
Indicates the list type. |
void |
setMarked(boolean marked)
Indicates if the model element has been marked for validation/execution. |
void |
setModelByRef(IMdModel model)
The model the model element is contained within. |
void |
setName(java.lang.String name)
Name of the model element. |
void |
setResolved(boolean pResolved)
Gets the resolved state. |
void |
setValence(int valence)
Set valence. |
void |
setValid(boolean valid)
Indicates if the model element is valid. |
void |
setValueByRef(IGPValue value)
The value object associated with the variable. |
void |
setValueByRef(int index,
IGPValue ppValue)
The value at the specifed index. |
void |
setValues(IArray pValues,
ILongArray pFlags)
The values. |
void |
setVariablesByRef(IArray ppVariables)
Returns an array of variables. |
IGPMessages |
validate(boolean updateValues,
IGPEnvironmentManager pEnvMgr)
Validates the model element. |
void |
writeExternal(java.io.ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public MdVariable()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public MdVariable(java.lang.Object obj)
throws java.io.IOException
MdVariable theMdVariable = (MdVariable) obj;
obj to MdVariable.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public IClone esri_clone()
throws java.io.IOException,
AutomationException
esri_clone in interface IClonejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void assign(IClone src)
throws java.io.IOException,
AutomationException
assign in interface IClonesrc - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEqual(IClone other)
throws java.io.IOException,
AutomationException
isEqual in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isIdentical(IClone other)
throws java.io.IOException,
AutomationException
isIdentical in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
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 IGPVariablegetName 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 IGPVariablesetName 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.
public boolean isAddToDisplay()
throws java.io.IOException,
AutomationException
isAddToDisplay in interface IMdVariablejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAddToDisplay(boolean addToDisplay)
throws java.io.IOException,
AutomationException
setAddToDisplay in interface IMdVariableaddToDisplay - The addToDisplay (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isIntermediate()
throws java.io.IOException,
AutomationException
isIntermediate in interface IMdVariablejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIntermediate(boolean intermediate)
throws java.io.IOException,
AutomationException
setIntermediate in interface IMdVariableintermediate - The intermediate (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPValue getValue()
throws java.io.IOException,
AutomationException
getValue in interface IGPVariablejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setValueByRef(IGPValue value)
throws java.io.IOException,
AutomationException
setValueByRef in interface IGPVariablevalue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPDataType getDataType()
throws java.io.IOException,
AutomationException
getDataType in interface IGPVariablejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDataTypeByRef(IGPDataType dataType)
throws java.io.IOException,
AutomationException
setDataTypeByRef in interface IGPVariabledataType - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDerived()
throws java.io.IOException,
AutomationException
isDerived in interface IGPVariablejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDerived(boolean derived)
throws java.io.IOException,
AutomationException
setDerived in interface IGPVariablederived - The derived (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPDataType IGPValue_getDataType()
throws java.io.IOException,
AutomationException
IGPValue_getDataType in interface IGPValuejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEmpty()
throws java.io.IOException,
AutomationException
isEmpty in interface IGPValuejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void empty()
throws java.io.IOException,
AutomationException
empty in interface IGPValuejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getAsText()
throws java.io.IOException,
AutomationException
getAsText in interface IGPValuejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPMessage setAsText(java.lang.String text)
throws java.io.IOException,
AutomationException
setAsText in interface IGPValuetext - The text (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isDirty()
throws java.io.IOException,
AutomationException
isDirty in interface IPersistStreamjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws java.io.IOException,
AutomationException
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IStream pstm,
int fClearDirty)
throws java.io.IOException,
AutomationException
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws java.io.IOException,
AutomationException
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getClassID(GUID[] pClassID)
throws java.io.IOException,
AutomationException
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void serialize(IXMLSerializeData data)
throws java.io.IOException,
AutomationException
serialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deserialize(IXMLSerializeData data)
throws java.io.IOException,
AutomationException
deserialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getListType()
throws java.io.IOException,
AutomationException
getListType in interface IMdListjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setListType(int type)
throws java.io.IOException,
AutomationException
setListType in interface IMdListtype - A com.esri.arcgis.geoprocessing.esriMdListType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCurrentIndex()
throws java.io.IOException,
AutomationException
getCurrentIndex in interface IMdListjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCurrentIndex(int index)
throws java.io.IOException,
AutomationException
setCurrentIndex in interface IMdListindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCount()
throws java.io.IOException,
AutomationException
getCount in interface IMdListjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPValue getValue(int index)
throws java.io.IOException,
AutomationException
getValue in interface IMdListindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setValueByRef(int index,
IGPValue ppValue)
throws java.io.IOException,
AutomationException
setValueByRef in interface IMdListindex - The index (in)ppValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addValue(IGPValue pValue)
throws java.io.IOException,
AutomationException
addValue in interface IMdListpValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void insertValue(int index,
IGPValue pValue)
throws java.io.IOException,
AutomationException
insertValue in interface IMdListindex - The index (in)pValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void moveValue(int index,
int direction)
throws java.io.IOException,
AutomationException
moveValue in interface IMdListindex - The index (in)direction - The direction (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeValue(int index)
throws java.io.IOException,
AutomationException
removeValue in interface IMdListindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeAll()
throws java.io.IOException,
AutomationException
removeAll in interface IMdListjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getValues(boolean bClone,
IArray[] ppValues,
ILongArray[] ppFlags)
throws java.io.IOException,
AutomationException
getValues in interface IMdListbClone - The bClone (in)ppValues - A reference to a com.esri.arcgis.system.IArray (out: use single element array)ppFlags - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setValues(IArray pValues,
ILongArray pFlags)
throws java.io.IOException,
AutomationException
setValues in interface IMdListpValues - A reference to a com.esri.arcgis.system.IArray (in)pFlags - A reference to a com.esri.arcgis.system.ILongArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMdVariable getFeedbackVariable()
throws java.io.IOException,
AutomationException
getFeedbackVariable in interface IMdListjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFeedbackVariableByRef(IMdVariable ppVariable)
throws java.io.IOException,
AutomationException
setFeedbackVariableByRef in interface IMdListppVariable - A reference to a com.esri.arcgis.geoprocessing.IMdVariable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getValence()
throws java.io.IOException,
AutomationException
getValence in interface IMdListjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setValence(int valence)
throws java.io.IOException,
AutomationException
setValence in interface IMdListvalence - The valence (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAlteredFlag()
throws java.io.IOException,
AutomationException
isAlteredFlag in interface IMdListjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAlteredFlag(boolean altered)
throws java.io.IOException,
AutomationException
setAlteredFlag in interface IMdListaltered - The altered (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getAlteredFlag(int index)
throws java.io.IOException,
AutomationException
getAlteredFlag in interface IMdListindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAlteredFlag2(int index,
int flag)
throws java.io.IOException,
AutomationException
setAlteredFlag2 in interface IMdListindex - The index (in)flag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isResolved()
throws java.io.IOException,
AutomationException
isResolved in interface IGPValueExpressionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setResolved(boolean pResolved)
throws java.io.IOException,
AutomationException
setResolved in interface IGPValueExpressionpResolved - The pResolved (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPValue resolveValue(IGPVariableManager pVariableManager)
throws java.io.IOException,
AutomationException
resolveValue in interface IGPValueExpressionpVariableManager - A reference to a com.esri.arcgis.geoprocessing.IGPVariableManager (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStringArray getVariableNames()
throws java.io.IOException,
AutomationException
getVariableNames in interface IGPValueExpressionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray getVariables()
throws java.io.IOException,
AutomationException
getVariables in interface IGPValueExpressionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVariablesByRef(IArray ppVariables)
throws java.io.IOException,
AutomationException
setVariablesByRef in interface IGPValueExpressionppVariables - A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getAsText(IGPVariableManager pVariableManager)
throws java.io.IOException,
AutomationException
getAsText in interface IGPValueExpressionpVariableManager - A reference to a com.esri.arcgis.geoprocessing.IGPVariableManager (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||