Groovy Documentation

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

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

enum JobRejectPolicy

Enum Constant Summary
CANCEL

HOLD

IGNORE

MAIL

RETRY

 
Method Summary
JobRejectPolicy valueOf(String name)

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

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

JobRejectPolicy CANCEL


HOLD

JobRejectPolicy HOLD


IGNORE

JobRejectPolicy IGNORE


MAIL

JobRejectPolicy MAIL


RETRY

JobRejectPolicy RETRY


 
Method Detail

valueOf

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


values

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


 

Groovy Documentation