Uses of Class
org.csstudio.data.values.IValue.Format

Packages that use IValue.Format
org.csstudio.data.values Control system data types: PV, Device, ... 
 

Uses of IValue.Format in org.csstudio.data.values
 

Methods in org.csstudio.data.values that return IValue.Format
static IValue.Format IValue.Format.valueOf(java.lang.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.
 

Methods in org.csstudio.data.values with parameters of type IValue.Format
 java.lang.String IValue.format(IValue.Format how, int precision)
          Format the value as a string.