|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPParameterInfo
COM Interface 'IGPParameterInfo'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties/methods of the parameter information.' 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 |
IIDcee0770d_1b0f_40a5_aad8_57a40b88b13f
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.String |
getCategory()
The parameter category. |
IStringArray |
getChoiceList()
The parameter choice list. |
java.lang.String |
getDataType()
The parameter data type. |
int |
getDirection()
The parameter direction. |
java.lang.String |
getDisplayName()
The parameter display name. |
java.lang.String |
getName()
The parameter name. |
int |
getParameterType()
The parameter type. |
IGPValue |
getValue()
The parameter value. |
void |
setCategory(java.lang.String category)
The parameter category. |
void |
setChoiceListByRef(IStringArray ppChoiceList)
The parameter choice list. |
void |
setDataType(java.lang.String type)
The parameter data type. |
void |
setDirection(int direction)
The parameter direction. |
void |
setDisplayName(java.lang.String name)
The parameter display name. |
void |
setName(java.lang.String name)
The parameter name. |
void |
setParameterType(int paramtype)
The parameter type. |
void |
setValueByRef(IGPValue ppValue)
The parameter value. |
Field Detail |
---|
static final int IIDcee0770d_1b0f_40a5_aad8_57a40b88b13f
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.java.lang.String getDisplayName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayName(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.java.lang.String getCategory() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCategory(java.lang.String category) throws java.io.IOException, AutomationException
category
- The category (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDataType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataType(java.lang.String type) throws java.io.IOException, AutomationException
type
- The type (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDirection() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDirection(int direction) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.geoprocessing.esriGPParameterDirection constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getParameterType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParameterType(int paramtype) throws java.io.IOException, AutomationException
paramtype
- A com.esri.arcgis.geoprocessing.esriGPParameterType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getChoiceList() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setChoiceListByRef(IStringArray ppChoiceList) throws java.io.IOException, AutomationException
ppChoiceList
- A reference to a com.esri.arcgis.system.IStringArray (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 ppValue) throws java.io.IOException, AutomationException
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |