|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.utils.handler.ActionParameter
public class ActionParameter
Constructor Summary | |
---|---|
ActionParameter(java.lang.String typeIn,
java.lang.String valueIn)
Creates a new instance of ActionParameter |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionParameter(java.lang.String typeIn, java.lang.String valueIn)
Method Detail |
---|
public java.lang.String getType()
Argument
getType
in interface Argument
public java.lang.String getValue()
Argument
equals
method of
java.lang.Object
to make comparisons more efficient.
getValue
in interface Argument
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |