public class TextParameterInstanceForJuel extends ParameterInstanceForJuel
Constructor and Description |
---|
TextParameterInstanceForJuel() |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
asBigDecimal() |
double |
asDouble() |
float |
asFloat() |
int |
asInteger() |
java.lang.Long |
asLong() |
java.lang.String |
asString() |
Datatype |
getReturnType() |
java.lang.Object |
getValue() |
void |
setReturnType(Datatype returnType) |
void |
setValue(java.lang.String value) |
getId, getVersion, setId, setVersion
public void setValue(java.lang.String value)
public java.lang.Object getValue()
public java.lang.String asString()
public int asInteger()
public double asDouble()
public float asFloat()
public java.math.BigDecimal asBigDecimal()
public java.lang.Long asLong()
public void setReturnType(Datatype returnType)
public Datatype getReturnType()