|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPVariable
Provides access to properties of a geoprocessing variable.
Method Summary | |
---|---|
IGPDataType |
getDataType()
The data type of the variable. |
String |
getName()
The name of the geoprocessing variable. |
IGPValue |
getValue()
The value object associated with the variable. |
boolean |
isDerived()
Indicates if the variable is type derived. |
void |
setDataTypeByRef(IGPDataType dataType)
The data type of the variable. |
void |
setDerived(boolean derived)
Indicates if the variable is type derived. |
void |
setName(String name)
The name of the geoprocessing variable. |
void |
setValueByRef(IGPValue value)
The value object associated with the variable. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPValue getValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValueByRef(IGPValue value) throws IOException, AutomationException
value
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPDataType getDataType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataTypeByRef(IGPDataType dataType) throws IOException, AutomationException
dataType
- A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDerived() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDerived(boolean derived) throws IOException, AutomationException
derived
- The derived (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 |