| Package | Description |
|---|---|
| org.lsst.ccs.command.demo |
Examples of annotated classes providing command functionality.
|
| Modifier and Type | Method and Description |
|---|---|
static DemoCommands.Holiday |
DemoCommands.Holiday.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DemoCommands.Holiday[] |
DemoCommands.Holiday.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DemoCommands.xcommandWithLotsOfEnumParameters(DemoCommands.Day day,
DemoCommands.Number number,
DemoCommands.Holiday holiday) |
Copyright © 2022 LSST. All rights reserved.