| Interface | Description |
|---|---|
| Alarm |
Alarm information.
|
| Array |
Multi dimensional array, which can be used for waveforms or more rich data.
|
| ArrayDimensionDisplay |
Cell boundaries and unit information needed for array display.
|
| Display |
Limit and unit information needed for display and control.
|
| Enum |
Metadata for enumerations.
|
| MultiScalar<T extends Scalar> |
Multi channel array.
|
| Scalar |
Basic type definition for all scalar types.
|
| Statistics |
Basic type for statistical information of numeric types.
|
| Time |
Time information.
|
| VBoolean |
Scalar boolean with alarm and timestamp.
|
| VBooleanArray |
Byte array with alarm, timestamp, display and control information.
|
| VByte |
Scalar byte with alarm, timestamp, display and control information.
|
| VByteArray |
Byte array with alarm, timestamp, display and control information.
|
| VDouble |
Scalar double with alarm, timestamp, display and control information.
|
| VDoubleArray |
Double array with alarm, timestamp, display and control information.
|
| VEnum |
Scalar enum with alarm and timestamp.
|
| VEnumArray | |
| VExtendedAlarm |
Extended alarm information.
|
| VExtendedAlarm.AlarmCondition |
A single alarm condition that can be on or off.
|
| VFloat |
Scalar float with alarm, timestamp, display and control information.
|
| VFloatArray |
Float array with alarm, timestamp, display and control information.
|
| VImage |
Represent a buffered image.
|
| VInt |
Scalar integer with alarm, timestamp, display and control information.
|
| VIntArray |
Int array with alarm, timestamp, display and control information.
|
| VLong |
Scalar long with alarm, timestamp, display and control information.
|
| VLongArray |
Long array with alarm, timestamp, display and control information.
|
| VMultiDouble |
Multi channel array of VDouble.
|
| VMultiEnum | |
| VMultiInt | |
| VMultiString | |
| VNumber |
Scalar number with alarm, timestamp, display and control information.
|
| VNumberArray |
Numeric array with alarm, timestamp, display and control information.
|
| VShort |
Scalar short with alarm, timestamp, display and control information.
|
| VShortArray |
Short array with alarm, timestamp, display and control information.
|
| VStatistics |
Statistics for double with alarm, timestamp and display information.
|
| VString |
Scalar string with alarm and timestamp.
|
| VStringArray | |
| VTable |
A table.
|
| VType |
Tag interface to mark all the members of the value classes.
|
| Class | Description |
|---|---|
| DisplayBuilder |
Allows to build a Display object which can then be re-used to generate
values with the same metadata.
|
| SimpleValueFormat |
Default implementation for formatting.
|
| ValueFactory |
Factory class for all concrete implementation of the types.
|
| ValueFormat |
Formats a data type to a String representation.
|
| ValueUtil |
Various utility methods for runtime handling of the types defined in
this package.
|
| VTypeToString |
Helper class that provides default implementation of toString for VTypes.
|
| VTypeValueEquals |
Helper class that provides functions to test value equality.
|
| Enum | Description |
|---|---|
| AlarmSeverity |
Severity of an alarm.
|
Copyright © 2010–2015. All rights reserved.