|
||||||||||
| 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
Representation of argument in Yaposh plan.
Representation of value argument, e.g. $degrees=4,
Representatin of variable argument, e.g.
$degrees=$ammount| Constructor Summary | |
|---|---|
protected |
Arguments.Argument(String argumentName)
Create argument 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 |
getName()
|
String |
getParameterName()
Deprecated. Use getName() instead, wrongly named. |
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 argumentName)
argumentName - | Method Detail |
|---|
public abstract Object getValue()
public abstract String getParameterVariable()
@Deprecated public String getParameterName()
getName() instead, wrongly named.
public String getName()
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 | |||||||||