| Package | Description |
|---|---|
| org.csstudio.data.values | |
| org.csstudio.data.values.internal |
| Modifier and Type | Method and Description |
|---|---|
static ISeverity |
ValueFactory.createInvalidSeverity()
Create an 'invalid' ISeverity.
|
static ISeverity |
ValueFactory.createMajorSeverity()
Create a 'major' ISeverity.
|
static ISeverity |
ValueFactory.createMinorSeverity()
Create a 'minor' ISeverity.
|
static ISeverity |
ValueFactory.createOKSeverity()
Create an 'OK' ISeverity.
|
ISeverity |
IValue.getSeverity()
Get the severity info.
|
| Modifier and Type | Method and Description |
|---|---|
static IDoubleValue |
ValueFactory.createDoubleValue(ITimestamp time,
ISeverity severity,
String status,
INumericMetaData metaData,
double[] values)
Create instance of
IDoubleValue. |
static IEnumeratedValue |
ValueFactory.createEnumeratedValue(ITimestamp time,
ISeverity severity,
String status,
IEnumeratedMetaData metaData,
int[] values)
Create instance of
IEnumeratedValue. |
static ILongValue |
ValueFactory.createLongValue(ITimestamp time,
ISeverity severity,
String status,
INumericMetaData metaData,
long[] values)
Create instance of
ILongValue. |
static IStringValue |
ValueFactory.createStringValue(ITimestamp time,
ISeverity severity,
String status,
String[] values)
Create instance of
IStringValue. |
| Modifier and Type | Field and Description |
|---|---|
static ISeverity |
SeverityInstances.INVALID
Implementation of an 'invalid' ISeverity.
|
static ISeverity |
SeverityInstances.MAJOR
Implementation of a 'major' ISeverity.
|
static ISeverity |
SeverityInstances.MINOR
Implementation of a 'minor' ISeverity.
|
static ISeverity |
SeverityInstances.OK
Implementation of an 'OK' ISeverity.
|
| Modifier and Type | Method and Description |
|---|---|
ISeverity |
Value.getSeverity() |
| Constructor and Description |
|---|
DoubleValue(ITimestamp time,
ISeverity severity,
String status,
INumericMetaData metaData,
double[] values)
Constructs a new double value from pieces.
|
EnumeratedValue(ITimestamp time,
ISeverity severity,
String status,
IEnumeratedMetaData metaData,
int[] values)
Constructs a new value from pieces.
|
LongValue(ITimestamp time,
ISeverity severity,
String status,
INumericMetaData metaData,
long[] values)
Constructs a new value from pieces.
|
StringValue(ITimestamp time,
ISeverity severity,
String status,
String[] values)
Constructs a new StringValue.
|
Value(ITimestamp time,
ISeverity severity,
String status,
IMetaData metaData)
Constructs a new Value from pieces.
|
Copyright © 2023 European Spallation Source. All rights reserved.