|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webmacro.engine.Argument
A predicate is a term passed to a Directive. It consists of a string word representing the action to beformed, and a target object on which to perform the action. The target object can be any kind of WebMacro term.
Constructor Summary | |
Argument(java.lang.String name,
java.lang.Object value)
Create a new predicate |
Method Summary | |
java.lang.String |
getName()
Return the action code for this predicate |
java.lang.Object |
getValue()
Return the object on which this predicate operates |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Argument(java.lang.String name, java.lang.Object value)
Method Detail |
public final java.lang.String getName()
public final java.lang.Object getValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |