Package | Description |
---|---|
org.eclipse.scada.ae.net | |
org.eclipse.scada.core.net | |
org.eclipse.scada.hd.net | |
org.eclipse.scada.net.base.data |
Modifier and Type | Method and Description |
---|---|
static Value |
EventMessageHelper.toValue(Collection<Event> addedEvents) |
static Value |
EventMessageHelper.toValue(Event event) |
static Value |
BrowserMessageHelper.toValue(List<BrowserEntry> added) |
static Value |
MonitorMessageHelper.toValue(List<MonitorStatusInformation> added) |
static Value |
MonitorMessageHelper.toValue(Set<String> removed) |
static Value |
BrowserMessageHelper.toValue(Set<String> removed) |
Modifier and Type | Method and Description |
---|---|
static List<MonitorStatusInformation> |
MonitorMessageHelper.fromValue(Value baseValue) |
static List<BrowserEntry> |
BrowserMessageHelper.fromValue(Value baseValue) |
static List<Event> |
EventMessageHelper.fromValue(Value baseValue) |
static Event |
EventMessageHelper.fromValueEvent(Value entryValue) |
static Set<String> |
MonitorMessageHelper.fromValueRemoved(Value value) |
static Set<String> |
BrowserMessageHelper.fromValueRemoved(Value value) |
Modifier and Type | Method and Description |
---|---|
static Value |
MessageHelper.variantToValue(Variant value) |
Modifier and Type | Method and Description |
---|---|
static OperationParameters |
MessageHelper.convertOperationParameters(Value value) |
static void |
MessageHelper.getProperties(Properties properties,
Value value)
Convert a map value to properties
|
static Variant |
MessageHelper.valueToVariant(Value value,
Variant defaultValue) |
Modifier and Type | Method and Description |
---|---|
static Value |
QueryHelper.toValue(QueryParameters parameters) |
static Value |
ItemListHelper.toValueAdded(Collection<HistoricalItemInformation> added) |
static Value |
QueryHelper.toValueData(Map<String,List<Double>> values) |
static Value |
QueryHelper.toValueInfo(List<ValueInformation> infos) |
static Value |
ItemListHelper.toValueRemoved(Collection<String> removed) |
static Value |
QueryHelper.toValueTypes(Set<String> valueTypes) |
Modifier and Type | Method and Description |
---|---|
static QueryParameters |
QueryHelper.fromValue(Value value) |
static Set<HistoricalItemInformation> |
ItemListHelper.fromValue(Value baseValue) |
static Map<String,List<Double>> |
QueryHelper.fromValueData(Value value) |
static List<ValueInformation> |
QueryHelper.fromValueInfo(Value value) |
static Set<String> |
ItemListHelper.fromValueRemoved(Value value) |
static Set<String> |
QueryHelper.fromValueTypes(Value value) |
Modifier and Type | Class and Description |
---|---|
class |
BooleanValue |
class |
DoubleValue |
class |
IntegerValue |
class |
ListValue |
class |
LongValue |
class |
MapValue |
class |
StringValue |
class |
VoidValue
A void value type.
|
Modifier and Type | Method and Description |
---|---|
Value |
MapValue.get(String key) |
Modifier and Type | Method and Description |
---|---|
Map<String,Value> |
MapValue.getValues() |
List<Value> |
ListValue.getValues() |
Modifier and Type | Method and Description |
---|---|
void |
ListValue.add(Value value) |
void |
MapValue.put(String key,
Value value) |
void |
ListValue.remove(Value value) |
void |
Message.setValue(String name,
Value value) |
static int |
ValueTools.toInteger(Value value,
int defaultValue) |
static Integer |
ValueTools.toInteger(Value value,
Integer defaultValue) |
static long |
ValueTools.toLong(Value value,
long defaultValue) |
static Long |
ValueTools.toLong(Value value,
Long defaultValue) |
Constructor and Description |
---|
ListValue(Value[] values) |
Constructor and Description |
---|
ListValue(List<Value> values)
Create a new list value based on a list of values
|
MapValue(Map<String,Value> values) |
Copyright © 2016 Eclipse SCADA Project. All rights reserved.