Package | Description |
---|---|
org.apache.creadur.whisker.app |
High level application components.
|
Modifier and Type | Method and Description |
---|---|
Act |
Whisker.getAct()
Gets the operation to be performed.
|
static Act |
Act.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Act[] |
Act.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Whisker |
Whisker.setAct(Act act)
Sets the operation to be performed.
|
Copyright © 2011-2013 Apache Software Foundation. All Rights Reserved.