|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPVariable
COM Interface 'IGPVariable'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to properties of a geoprocessing variable.' 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 java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID91290e84_b518_43e3_8e7a_9ee8e0cef5c9
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IGPDataType |
getDataType()
The data type of the variable. |
java.lang.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(java.lang.String name)
The name of the geoprocessing variable. |
void |
setValueByRef(IGPValue value)
The value object associated with the variable. |
| Field Detail |
|---|
static final int IID91290e84_b518_43e3_8e7a_9ee8e0cef5c9
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPValue getValue()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setValueByRef(IGPValue value)
throws java.io.IOException,
AutomationException
value - 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.
IGPDataType getDataType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDataTypeByRef(IGPDataType dataType)
throws java.io.IOException,
AutomationException
dataType - 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.
boolean isDerived()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDerived(boolean derived)
throws java.io.IOException,
AutomationException
derived - The derived (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 | ||||||||