| Package | Description |
|---|---|
| org.lsst.ccs.command.demo |
Examples of annotated classes providing command functionality.
|
| Modifier and Type | Method and Description |
|---|---|
static OverloadingCommands.When |
OverloadingCommands.When.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverloadingCommands.When[] |
OverloadingCommands.When.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
OverloadingCommands.doSomething(OverloadingCommands.What what,
int howLong,
int howOften,
OverloadingCommands.When when) |
Copyright © 2019 LSST. All rights reserved.