Package | Description |
---|---|
org.epics.pvmanager.vtype |
Support for control system types.
|
org.epics.vtype |
Modifier and Type | Method and Description |
---|---|
static DesiredRateExpression<VString> |
ExpressionLanguage.vStringOf(DesiredRateExpression<? extends VType> expression,
ValueFormat valueFormat)
An expression that formats the given expression to a string using the
given format.
|
static DesiredRateReadWriteExpression<VString,String> |
ExpressionLanguage.vStringOf(DesiredRateReadWriteExpression<? extends VType,? extends Object> expression,
ValueFormat valueFormat)
An expression that formats the given expression to a string using the
given format.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleValueFormat
Default implementation for formatting.
|
Modifier and Type | Method and Description |
---|---|
static ValueFormat |
ValueUtil.getDefaultValueFormat()
The default format for VTypes.
|
Modifier and Type | Method and Description |
---|---|
static void |
ValueUtil.setDefaultValueFormat(ValueFormat defaultValueFormat)
Changes the default format for VTypes.
|
Copyright © 2010–2015. All rights reserved.