Groovy Documentation

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

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

enum TriggerEventType

This enumeration specifies the event type of a trigger.

Authors:
bsaville


Enum Constant Summary
CANCEL

CHECKPOINT

CREATE

END

EPOCH

FAIL

HOLD

MIGRATE

MODIFY

PREEMPT

STANDING

START

THRESHOLD

 
Property Summary
String name

The name Moab recognizes for a trigger type

 
Constructor Summary
private TriggerEventType(String name)

 
Method Summary
static TriggerEventType parseString(String string)

TriggerEventType valueOf(String name)

Returns the enum constant of this type with the specified name.

TriggerEventType[] 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

CANCEL

TriggerEventType CANCEL


CHECKPOINT

TriggerEventType CHECKPOINT


CREATE

TriggerEventType CREATE


END

TriggerEventType END


EPOCH

TriggerEventType EPOCH


FAIL

TriggerEventType FAIL


HOLD

TriggerEventType HOLD


MIGRATE

TriggerEventType MIGRATE


MODIFY

TriggerEventType MODIFY


PREEMPT

TriggerEventType PREEMPT


STANDING

TriggerEventType STANDING


START

TriggerEventType START


THRESHOLD

TriggerEventType THRESHOLD


 
Property Detail

name

String name
The name Moab recognizes for a trigger type


 
Constructor Detail

TriggerEventType

private TriggerEventType(String name)


 
Method Detail

parseString

static TriggerEventType parseString(String string)


valueOf

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


values

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


 

Groovy Documentation