Constructor and Description |
---|
Result(ItemDescriptor descriptor,
ItemValue value) |
Result(Map<ItemDescriptor,ItemValue> itemValues) |
Result(Map<ItemDescriptor,ItemValue> itemValues,
Throwable error) |
Result(Throwable error) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getError() |
Map<ItemDescriptor,ItemValue> |
getItemValues() |
String |
toString() |
public Result(Throwable error)
public Result(Map<ItemDescriptor,ItemValue> itemValues)
public Result(ItemDescriptor descriptor, ItemValue value)
public Result(Map<ItemDescriptor,ItemValue> itemValues, Throwable error)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.