public abstract static class Arguments.Argument extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Arguments.Argument(String parameterName)
Create paramter with name.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Arguments.Argument |
clone() |
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() |
protected Arguments.Argument(String parameterName)
parameterName - public abstract Object getValue()
public abstract String getParameterVariable()
public String getParameterName()
protected abstract Arguments.Argument clone()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.