
public class Power extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Power.Channel |
static class |
Power.ConnType |
| Constructor and Description |
|---|
Power() |
| Modifier and Type | Method and Description |
|---|---|
Power.Channel[] |
getChannels() |
Power.ConnType |
getConnType() |
String |
getDevcId() |
int |
getDevcParm() |
String |
getName() |
void |
setChannels(Power.Channel[] channels) |
void |
setConnType(Power.ConnType connType) |
void |
setDevcId(String devcId) |
void |
setDevcParm(int devcParm) |
void |
setName(String name) |
public String getName()
public void setName(String name)
public Power.ConnType getConnType()
public void setConnType(Power.ConnType connType)
public String getDevcId()
public void setDevcId(String devcId)
public int getDevcParm()
public void setDevcParm(int devcParm)
public Power.Channel[] getChannels()
public void setChannels(Power.Channel[] channels)
Copyright © 2016 LSST. All rights reserved.