public class Constant extends Object implements Visitable, Serializable
| Constructor and Description |
|---|
Constant() |
Constant(Channel channel,
String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v) |
Channel |
getChannel() |
String |
getValue() |
void |
setChannel(Channel channel) |
void |
setValue(String value) |
Copyright © 2024 LSST. All rights reserved.