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