|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IParameterInfo
COM Interface 'IParameterInfo'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides generic access to object parameters for GP framework.' 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 |
IID82f99956_a431_4a70_b460_772ac1203fa7
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IGPDataType |
getDataType(int indexParam)
Get parameter type. |
int |
getDependency(int indexParam)
Get parameter dependency. |
IGPDomain |
getDomain(int indexParam)
Get parameter domain. |
java.lang.String |
getLabel(int indexParam)
Gets parameter label. |
java.lang.String |
getName(int indexParam)
Gets parameter name. |
java.lang.String |
getObjectLabel()
Gets object UI label. |
java.lang.String |
getObjectSubType()
Gets object sub-type name. |
java.lang.String |
getObjectType()
Gets object type name. |
int |
getParameterCount()
Number of exposed parameters. |
IGPValue |
getValue(int indexParam)
Gets parameter value. |
boolean |
isOptional(int indexParam)
Get parameter optional flag. |
void |
setValue(int indexParam,
IGPValue ppGPValue)
Gets parameter value. |
Field Detail |
---|
static final int IID82f99956_a431_4a70_b460_772ac1203fa7
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getParameterCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getName(int indexParam) throws java.io.IOException, AutomationException
indexParam
- The indexParam (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getLabel(int indexParam) throws java.io.IOException, AutomationException
indexParam
- The indexParam (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPDataType getDataType(int indexParam) throws java.io.IOException, AutomationException
indexParam
- The indexParam (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPDomain getDomain(int indexParam) throws java.io.IOException, AutomationException
indexParam
- The indexParam (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDependency(int indexParam) throws java.io.IOException, AutomationException
indexParam
- The indexParam (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isOptional(int indexParam) throws java.io.IOException, AutomationException
indexParam
- The indexParam (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPValue getValue(int indexParam) throws java.io.IOException, AutomationException
indexParam
- The indexParam (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValue(int indexParam, IGPValue ppGPValue) throws java.io.IOException, AutomationException
indexParam
- The indexParam (in)ppGPValue
- 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.java.lang.String getObjectType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getObjectSubType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getObjectLabel() throws java.io.IOException, AutomationException
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 |