| Package | Description |
|---|---|
| org.lsst.ccs.command.demo |
Examples of annotated classes providing command functionality.
|
| Modifier and Type | Method and Description |
|---|---|
static OverloadingCommands.What |
OverloadingCommands.What.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverloadingCommands.What[] |
OverloadingCommands.What.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) |
String |
OverloadingCommands.doSomething(OverloadingCommands.What what,
int howLong,
int howOften) |
String |
OverloadingCommands.doSomething(OverloadingCommands.What what,
int howLong,
int howOften,
OverloadingCommands.When when) |
Copyright © 2019 LSST. All rights reserved.