public class Parameter
extends java.lang.Object
| Constructor and Description |
|---|
Parameter() |
Parameter(Path path) |
Parameter(java.lang.String json) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJson() |
Path |
getPath() |
ParamType |
getType() |
java.lang.Object |
getValue() |
boolean |
hasEvaluated() |
void |
setEvaluated(java.lang.Boolean evaluated) |
void |
setJson(java.lang.String json) |
void |
setLateBinding(ILateBindingValue lateBinding) |
void |
setPath(Path path) |
void |
setType(ParamType type) |
public Parameter()
public Parameter(java.lang.String json)
public Parameter(Path path)
public java.lang.Object getValue()
public void setLateBinding(ILateBindingValue lateBinding)
public Path getPath()
public void setEvaluated(java.lang.Boolean evaluated)
public boolean hasEvaluated()
public ParamType getType()
public void setType(ParamType type)
public void setPath(Path path)
public java.lang.String getJson()
public void setJson(java.lang.String json)