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