| Package | Description |
|---|---|
| org.csstudio.data.values | |
| org.csstudio.data.values.internal |
| Modifier and Type | Method and Description |
|---|---|
static IValue.Format |
IValue.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IValue.Format[] |
IValue.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
IValue.format(IValue.Format how,
int precision)
Format the value as a string.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DoubleValue.format(IValue.Format how,
int prec) |
String |
EnumeratedValue.format(IValue.Format how,
int precision) |
String |
LongValue.format(IValue.Format how,
int prec) |
String |
StringValue.format(IValue.Format how,
int precision) |
abstract String |
Value.format(IValue.Format how,
int precision) |
Copyright © 2023 European Spallation Source. All rights reserved.