public static class TPath.Number extends TPath.ValueExpr
| Modifier and Type | Field and Description |
|---|---|
static Function<TPath.Number,Double> |
get_value
Deprecated.
Use new '::' method reference instead.
|
protected double |
value |
forced, forcing, get_forced, get_forcingget_location, locationformat| Constructor and Description |
|---|
Number(double value) |
| Modifier and Type | Method and Description |
|---|---|
TPath.Number |
doclone() |
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
double |
get_value() |
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
TPath.Number |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_value(double val) |
get_forced, get_forcing, set_forced, set_forcingget_location, set_locationprotected double value
@Deprecated public static final Function<TPath.Number,Double> get_value
public TPath.Number doclone()
doclone in class TPath.ValueExprpublic static String getFormatHint()
value public Format format()
format in interface Formattableformat in class TPath.ValueExprpublic TPath.Number initFrom(Object o0)
initFrom in class TPath.ValueExprpublic double get_value()
public boolean set_value(double val)
see also the complete user documentation .