| Constructor and Description |
|---|
Channel() |
Channel(String id,
String fullname,
int value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v) |
String |
getFullname() |
String |
getId() |
int |
getValue() |
void |
setFullname(String fullname) |
void |
setId(String id) |
void |
setValue(int value) |
Copyright © 2018 LSST. All rights reserved.