public class StatusDataPublishedByClampActuator extends Object
| Constructor and Description |
|---|
StatusDataPublishedByClampActuator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getReadValue() |
int |
getSentValue() |
boolean |
isOn() |
void |
setName(String name) |
void |
setOn(boolean on) |
void |
setReadValue(int value) |
void |
setSentValue(int sentValue) |
String |
toString() |
public String getName()
public void setName(String name)
public int getReadValue()
public void setReadValue(int value)
public int getSentValue()
public void setSentValue(int sentValue)
public boolean isOn()
public void setOn(boolean on)
Copyright © 2014 LSST. All Rights Reserved.