|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMdParameter
Provides access to properties/methods of a model parameter.
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. |
Method Detail |
---|
void setValueByRef(IGPValue rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMarked() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMarked(boolean marked) throws IOException, AutomationException
marked
- The marked (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isValid() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValid(boolean valid) throws IOException, AutomationException
valid
- The valid (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCurrent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCurrent(boolean current) throws IOException, AutomationException
current
- The current (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDerived() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDerived(boolean derived) throws IOException, AutomationException
derived
- The derived (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void init(IGPParameter definition) throws IOException, AutomationException
definition
- A reference to a com.esri.arcgis.geoprocessing.IGPParameter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPMessage validate() throws IOException, AutomationException
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 |