|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | PROPERTY | METHOD | DETAIL: ENUM CONSTANTS | FIELD | PROPERTY | METHOD | |||||||
java.lang.Objectcom.ace.mws.triggers.TriggerPeriod
enum TriggerPeriod
This enumeration specifies the period of a trigger.
| Enum Constant Summary | |
|---|---|
DAY
|
|
HOUR
|
|
MINUTE
|
|
MONTH
|
|
WEEK
|
|
| Property Summary | |
|---|---|
String |
name
The name Moab recognizes for a trigger period |
| Constructor Summary | |
private TriggerPeriod(String name)
|
|
| Method Summary | |
|---|---|
static TriggerPeriod
|
parseString(String string)
|
TriggerPeriod
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
TriggerPeriod[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Enum Constant Detail |
|---|
TriggerPeriod DAY
TriggerPeriod HOUR
TriggerPeriod MINUTE
TriggerPeriod MONTH
TriggerPeriod WEEK
| Property Detail |
|---|
String name
| Constructor Detail |
|---|
private TriggerPeriod(String name)
| Method Detail |
|---|
static TriggerPeriod parseString(String string)
TriggerPeriod valueOf(String name)
TriggerPeriod[] values()
Groovy Documentation