public class InformationBean extends AbstractPropertyChange implements Comparable<InformationBean>
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_LABEL |
static String |
PROP_MAX |
static String |
PROP_MIN |
static String |
PROP_VALUE |
| Constructor and Description |
|---|
InformationBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(InformationBean o) |
String |
getLabel() |
Number |
getMax() |
Number |
getMin() |
Number |
getValue() |
void |
setLabel(String label) |
void |
setMax(Number max) |
void |
setMin(Number min) |
void |
setValue(Number value) |
void |
update(StatisticEntry entry) |
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListenerpublic static final String PROP_LABEL
public static final String PROP_VALUE
public static final String PROP_MIN
public static final String PROP_MAX
public String getLabel()
public void setLabel(String label)
public Number getValue()
public void setValue(Number value)
public void update(StatisticEntry entry)
public Number getMin()
public void setMin(Number min)
public Number getMax()
public void setMax(Number max)
public int compareTo(InformationBean o)
compareTo in interface Comparable<InformationBean>Copyright © 2015 Eclipse SCADA Project. All rights reserved.