|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Argument
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 |
|---|
java.lang.String getArgumentType()
Variable getArgumentValue()
throws ScriptException
ScriptException - If a problem occurs while determining the value
of this argument.java.lang.String getArgumentAsString()
java.lang.String getValueAsString()
throws ScriptException
ScriptException - If a problem occurs while retrieving the value as
a string.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||