public class DataItemValueLight extends Object implements Comparable<DataItemValueLight>, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
DataItemValueLight.TimestampComparator |
Modifier and Type | Field and Description |
---|---|
static DataItemValueLight |
DISCONNECTED |
static Comparator<DataItemValueLight> |
timestampComparator |
Constructor and Description |
---|
DataItemValueLight(Variant value,
SubscriptionState subscriptionState,
long timestamp,
boolean isManual,
boolean isError) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(DataItemValueLight o) |
boolean |
equals(Object obj) |
SubscriptionState |
getSubscriptionState() |
long |
getTimestamp() |
Variant |
getValue() |
int |
hashCode() |
boolean |
hasValue() |
boolean |
isError() |
boolean |
isManual() |
String |
toString() |
static DataItemValueLight |
valueOf(DataItemValue dataItemValue) |
static DataItemValueLight |
valueOf(DataItemValueLight dataItemValueLight) |
public static final DataItemValueLight DISCONNECTED
public static final Comparator<DataItemValueLight> timestampComparator
public DataItemValueLight(Variant value, SubscriptionState subscriptionState, long timestamp, boolean isManual, boolean isError)
public static DataItemValueLight valueOf(DataItemValue dataItemValue)
public static DataItemValueLight valueOf(DataItemValueLight dataItemValueLight)
public Variant getValue()
public SubscriptionState getSubscriptionState()
public long getTimestamp()
public boolean hasValue()
public boolean isManual()
public boolean isError()
public int compareTo(DataItemValueLight o)
compareTo
in interface Comparable<DataItemValueLight>
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.