Groovy Documentation

com.ace.mws.jobs
[Groovy] Enum JobResourceFailPolicyType

java.lang.Object
  com.ace.mws.jobs.JobResourceFailPolicyType

enum JobResourceFailPolicyType

Enum Constant Summary
CANCEL

FAIL

HOLD

IGNORE

NOTIFY

REQUEUE

 
Method Summary
JobResourceFailPolicyType valueOf(String name)

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

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

JobResourceFailPolicyType CANCEL


FAIL

JobResourceFailPolicyType FAIL


HOLD

JobResourceFailPolicyType HOLD


IGNORE

JobResourceFailPolicyType IGNORE


NOTIFY

JobResourceFailPolicyType NOTIFY


REQUEUE

JobResourceFailPolicyType REQUEUE


 
Method Detail

valueOf

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


values

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


 

Groovy Documentation