public class DataValue extends Object
Constructor and Description |
---|
DataValue(DataItemValue value,
Item item,
boolean ignoreSummary,
boolean nullInvalid) |
Modifier and Type | Method and Description |
---|---|
void |
dump(PrintStream out) |
Item |
getItem() |
DataItemValue |
getValue() |
boolean |
isIgnoreSummary() |
boolean |
isNullInvalid() |
String |
toString() |
public DataValue(DataItemValue value, Item item, boolean ignoreSummary, boolean nullInvalid)
public Item getItem()
public DataItemValue getValue()
public boolean isIgnoreSummary()
public boolean isNullInvalid()
public void dump(PrintStream out)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.