|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPParameterInfo
Provides access to the properties/methods of the parameter information.
Method Summary | |
---|---|
String |
getCategory()
The parameter category. |
IStringArray |
getChoiceList()
The parameter choice list. |
String |
getDataType()
The parameter data type. |
int |
getDirection()
The parameter direction. |
String |
getDisplayName()
The parameter display name. |
String |
getName()
The parameter name. |
int |
getParameterType()
The parameter type. |
IGPValue |
getValue()
The parameter value. |
void |
setCategory(String category)
The parameter category. |
void |
setChoiceListByRef(IStringArray ppChoiceList)
The parameter choice list. |
void |
setDataType(String type)
The parameter data type. |
void |
setDirection(int direction)
The parameter direction. |
void |
setDisplayName(String name)
The parameter display name. |
void |
setName(String name)
The parameter name. |
void |
setParameterType(int paramtype)
The parameter type. |
void |
setValueByRef(IGPValue ppValue)
The parameter value. |
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.String getDisplayName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCategory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCategory(String category) throws IOException, AutomationException
category
- The category (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDataType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataType(String type) throws IOException, AutomationException
type
- The type (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDirection() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDirection(int direction) throws IOException, AutomationException
direction
- A com.esri.arcgis.geoprocessing.esriGPParameterDirection constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getParameterType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParameterType(int paramtype) throws IOException, AutomationException
paramtype
- A com.esri.arcgis.geoprocessing.esriGPParameterType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getChoiceList() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setChoiceListByRef(IStringArray ppChoiceList) throws IOException, AutomationException
ppChoiceList
- A reference to a com.esri.arcgis.system.IStringArray (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 ppValue) throws IOException, AutomationException
ppValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (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 |