public class StatisticEntryImpl extends Object implements StatisticEntry
Constructor and Description |
---|
StatisticEntryImpl(Object key) |
Modifier and Type | Method and Description |
---|---|
void |
changeCurrentValue(Object key,
double offset) |
boolean |
equals(Object obj) |
Object |
getKey() |
String |
getLabel() |
StatisticValue |
getValue() |
int |
hashCode() |
void |
setCurrentValue(Object key,
double number) |
void |
setLabel(String label) |
public StatisticEntryImpl(Object key)
public Object getKey()
getKey
in interface StatisticEntry
public void setLabel(String label)
public String getLabel()
getLabel
in interface StatisticEntry
public StatisticValue getValue()
getValue
in interface StatisticEntry
public void setCurrentValue(Object key, double number)
public void changeCurrentValue(Object key, double offset)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.