Uses of Interface
org.csstudio.data.values.IValue

Packages that use IValue
org.csstudio.data.values Control system data types: PV, Device, ... 
org.csstudio.utility.pv 'PV' for EPICS and simulated channels 
 

Uses of IValue in org.csstudio.data.values
 

Subinterfaces of IValue in org.csstudio.data.values
 interface IDoubleValue
          A double-typed value.
 interface IEnumeratedValue
          An enumerated value.
 interface ILongValue
          A (long) integer value.
 interface IMinMaxDoubleValue
          A double-typed value that also has a minimum and maximum, usually as the result of averaging or otherwise interpolating over raw samples.
 interface IStringValue
          An string value.
 

Methods in org.csstudio.data.values with parameters of type IValue
static java.lang.String ValueUtil.formatValueAndSeverity(IValue value)
           
static double ValueUtil.getDouble(IValue value)
          Try to get a double number from the Value.
static double ValueUtil.getDouble(IValue value, int index)
          Try to get a double-typed array element from the Value.
static double[] ValueUtil.getDoubleArray(IValue value)
          Try to get a double-typed array from the Value.
static java.lang.String ValueUtil.getInfo(IValue value)
          Deprecated. Remove. Only used in old Data Browser??
static int ValueUtil.getSize(IValue value)
           
static java.lang.String ValueUtil.getString(IValue value)
          Converts the given value into a string representation.
 

Uses of IValue in org.csstudio.utility.pv
 

Methods in org.csstudio.utility.pv that return IValue
 IValue PV.getValue()
          Get the value.
 IValue PV.getValue(double timeout_seconds)
          Synchronous 'get'.