|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.sposh.elements.Arguments.Argument
public abstract static class Arguments.Argument
| Constructor Summary | |
|---|---|
protected |
Arguments.Argument(String parameterName)
Create paramter with name. |
| Method Summary | |
|---|---|
protected abstract Arguments.Argument |
clone()
|
static Arguments.Argument |
createValueArgument(String argumentName,
Object value)
Create new argument object with specified name and value. |
static Arguments.Argument |
createVariableArgument(String argumentName,
String variableName)
Create new argument with specified name and its value is defined by the content of the variable. |
String |
getParameterName()
|
abstract String |
getParameterVariable()
Is value of this parameter retrieved from variable or value? |
abstract Object |
getValue()
Retrieve value of parameter. |
abstract String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected Arguments.Argument(String parameterName)
parameterName - | Method Detail |
|---|
public abstract Object getValue()
public abstract String getParameterVariable()
public String getParameterName()
public abstract String toString()
toString in class Objectprotected abstract Arguments.Argument clone()
clone in class Object
public static Arguments.Argument createValueArgument(String argumentName,
Object value)
argumentName - name of argument.value - Object representation of the argument value
public static Arguments.Argument createVariableArgument(String argumentName,
String variableName)
argumentName - name of created argumentvariableName - name of variable that will be used to get the
value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||