|
||||||||||
| 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
cz.cuni.amis.pogamut.sposh.elements.Arguments.ValueArgument
protected static final class Arguments.ValueArgument
This parameter is static value, neverchanging.
| Constructor Summary | |
|---|---|
protected |
Arguments.ValueArgument(int sequenceNumber,
Object value)
Create a value parameter that represents fixed value. |
protected |
Arguments.ValueArgument(String parameterName,
Object value)
|
| Method Summary | |
|---|---|
protected Arguments.ValueArgument |
clone()
|
String |
getParameterVariable()
Is value of this parameter retrieved from variable or value? |
Object |
getValue()
Retrieve value of parameter. |
String |
toString()
|
| Methods inherited from class cz.cuni.amis.pogamut.sposh.elements.Arguments.Argument |
|---|
getParameterName |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected Arguments.ValueArgument(int sequenceNumber,
Object value)
Sequence number is used as name of this parameter. Since normal variables starts with $, it won't mix.
sequenceNumber - number of this parameter in sequence of all
parameters. Starting from 0.value - value of parameter.
protected Arguments.ValueArgument(String parameterName,
Object value)
| Method Detail |
|---|
public Object getValue()
Arguments.Argument
getValue in class Arguments.Argumentpublic String getParameterVariable()
Arguments.Argument
getParameterVariable in class Arguments.Argumentpublic String toString()
toString in class Arguments.Argumentprotected Arguments.ValueArgument clone()
clone in class Arguments.Argument
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||