Groovy Documentation

com.ace.mws.triggers
[Groovy] Enum TriggerPeriod

java.lang.Object
  com.ace.mws.triggers.TriggerPeriod

enum TriggerPeriod

This enumeration specifies the period of a trigger.

Authors:
bsaville


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

DAY

TriggerPeriod DAY


HOUR

TriggerPeriod HOUR


MINUTE

TriggerPeriod MINUTE


MONTH

TriggerPeriod MONTH


WEEK

TriggerPeriod WEEK


 
Property Detail

name

String name
The name Moab recognizes for a trigger period


 
Constructor Detail

TriggerPeriod

private TriggerPeriod(String name)


 
Method Detail

parseString

static TriggerPeriod parseString(String string)


valueOf

TriggerPeriod valueOf(String name)
Returns the enum constant of this type with the specified name.


values

TriggerPeriod[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation