
public class MonitorChan extends Object implements Serializable
| Constructor and Description |
|---|
MonitorChan(String name,
String description,
String format,
String units,
double lowLimit,
String lowAlarm,
double highLimit,
String highAlarm,
double value) |
MonitorChan(String name,
String description,
String format,
String units,
int page,
double lowLimit,
double lowWarning,
String lowAlarm,
double highLimit,
double highWarning,
String highAlarm,
double value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getFormat() |
String |
getHighAlarm() |
double |
getHighLimit() |
double |
getHighWarning() |
String |
getLowAlarm() |
double |
getLowLimit() |
double |
getLowWarning() |
String |
getName() |
int |
getPage() |
String |
getUnits() |
double |
getValue() |
void |
setDescription(String description) |
void |
setFormat(String format) |
void |
setHighAlarm(String highAlarm) |
void |
setHighLimit(double highLimit) |
void |
setHighWarning(double highWarning) |
void |
setLowAlarm(String lowAlarm) |
void |
setLowLimit(double lowLimit) |
void |
setLowWarning(double lowWarning) |
void |
setName(String name) |
void |
setPage(int page) |
void |
setUnits(String units) |
void |
setValue(double value) |
public MonitorChan(String name, String description, String format, String units, int page, double lowLimit, double lowWarning, String lowAlarm, double highLimit, double highWarning, String highAlarm, double value)
public void setDescription(String description)
public void setFormat(String format)
public void setHighAlarm(String highAlarm)
public void setHighLimit(double highLimit)
public void setHighWarning(double highWarning)
public void setLowAlarm(String lowAlarm)
public void setLowLimit(double lowLimit)
public void setLowWarning(double lowWarning)
public void setName(String name)
public void setUnits(String units)
public void setValue(double value)
public void setPage(int page)
public String getDescription()
public String getFormat()
public String getHighAlarm()
public double getHighLimit()
public double getHighWarning()
public String getLowAlarm()
public double getLowLimit()
public double getLowWarning()
public String getName()
public String getUnits()
public double getValue()
public int getPage()
Copyright © 2016 LSST. All rights reserved.