|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines a set of methods that are required to be implemented by any script element that may be a parameter to a script method.
| Method Summary | |
java.lang.String |
getArgumentAsString()
Retrieves a string representation of this argument in a form appropriate for inclusion in a script. |
java.lang.String |
getArgumentType()
Retrieves the name of the data type associated with this argument. |
Variable |
getArgumentValue()
Retrieves the value of this argument. |
java.lang.String |
getValueAsString()
Retrieves a string representation of the value of this argument. |
| Method Detail |
public java.lang.String getArgumentType()
public Variable getArgumentValue()
throws ScriptException
ScriptException - If a problem occurs while determing the value of
this argument.public java.lang.String getArgumentAsString()
public java.lang.String getValueAsString()
throws ScriptException
ScriptException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||