|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMdParameter
COM Interface 'IMdParameter'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to properties/methods of a model parameter.' 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 |
IID9411cd59_50b7_4852_8dff_a0c33f622216
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
init(IGPParameter definition)
Initializes the model parameter using the given parameter as a template. |
boolean |
isCurrent()
Indicates if the model parameter is current (i.e., has been created). |
boolean |
isDerived()
Indicates if the model parameter is a derived value. |
boolean |
isMarked()
Indicates if the model parameter has been marked for validation/execution. |
boolean |
isValid()
Indicates if the model parameter is valid. |
void |
setCurrent(boolean current)
Indicates if the model parameter is current (i.e., has been created). |
void |
setDerived(boolean derived)
Indicates if the model parameter is a derived value. |
void |
setMarked(boolean marked)
Indicates if the model parameter has been marked for validation/execution. |
void |
setValid(boolean valid)
Indicates if the model parameter is valid. |
void |
setValueByRef(IGPValue rhs1)
The value of the parameter object. |
IGPMessage |
validate()
Validates the current value of the model parameter. |
Field Detail |
---|
static final int IID9411cd59_50b7_4852_8dff_a0c33f622216
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setValueByRef(IGPValue rhs1) throws java.io.IOException, AutomationException
rhs1
- 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.boolean isMarked() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMarked(boolean marked) throws java.io.IOException, AutomationException
marked
- The marked (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isValid() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValid(boolean valid) throws java.io.IOException, AutomationException
valid
- The valid (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCurrent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCurrent(boolean current) throws java.io.IOException, AutomationException
current
- The current (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.void init(IGPParameter definition) throws java.io.IOException, AutomationException
definition
- A reference to a com.esri.arcgis.geoprocessing.IGPParameter (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPMessage validate() 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 |