|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPValueExpression
Provides access to GPExpression objects.
Method Summary | |
---|---|
String |
getAsText(IGPVariableManager pVariableManager)
Gets the text value of the variable value. |
IStringArray |
getVariableNames()
Returns a string array of the variable names. |
IArray |
getVariables()
Returns an array of variables. |
boolean |
isResolved()
Gets the resolved state. |
IGPValue |
resolveValue(IGPVariableManager pVariableManager)
Resolves a given variable value. |
void |
setResolved(boolean pResolved)
Gets the resolved state. |
void |
setVariablesByRef(IArray ppVariables)
Returns an array of variables. |
Method Detail |
---|
boolean isResolved() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setResolved(boolean pResolved) throws IOException, AutomationException
pResolved
- The pResolved (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPValue resolveValue(IGPVariableManager pVariableManager) throws IOException, AutomationException
pVariableManager
- A reference to a com.esri.arcgis.geoprocessing.IGPVariableManager (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getVariableNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getVariables() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVariablesByRef(IArray ppVariables) throws IOException, AutomationException
ppVariables
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getAsText(IGPVariableManager pVariableManager) throws IOException, AutomationException
pVariableManager
- A reference to a com.esri.arcgis.geoprocessing.IGPVariableManager (in)
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 |