Package org.csstudio.data.values

Control system data types: PV, Device, ...

See:
          Description

Interface Summary
IDoubleValue A double-typed value.
IEnumeratedMetaData The enumerated version of IMetaData.
IEnumeratedValue An enumerated value.
ILongValue A (long) integer value.
IMetaData Base interface for a sample's meta data.
IMinMaxDoubleValue A double-typed value that also has a minimum and maximum, usually as the result of averaging or otherwise interpolating over raw samples.
INumericMetaData The numeric version of IMetaData.
ISeverity Description of the 'severity' of a value.
IStringValue An string value.
ITimestamp A control system time stamp.
IValue Base interface for all control system values.
 

Class Summary
Messages Localization.
TimestampFactory A factory for ITimestamp time stamps.
ValueFactory Factory for IValue-based types.
ValueUtil Helper for decoding the data in a IValue, mostly for display purposes.
 

Enum Summary
ITimestamp.Format Format specifier.
IValue.Format  
IValue.Quality Describe the data quality.
 

Package org.csstudio.data.values Description

Control system data types: PV, Device, ...