|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Argument
This interface is the abstract argument to an Action. It knows its type and its value. However, there is still some confusion about how the value should be returned and this may be updated in later versions.
The Argument is deployed in IF-statements only.
Method Summary | |
---|---|
java.lang.String |
getType()
This method gets the type of the argument. |
java.lang.String |
getValue()
This method gets the string encoding of the value of the argument. |
Method Detail |
---|
java.lang.String getType()
java.lang.String getValue()
equals
method of
java.lang.Object
to make comparisons more efficient.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |