Groovy Documentation

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

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

enum JobRequirementFeaturesMode

Enum Constant Summary
AND

OR

 
Method Summary
JobRequirementFeaturesMode valueOf(String name)

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

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

AND

JobRequirementFeaturesMode AND


OR

JobRequirementFeaturesMode OR


 
Method Detail

valueOf

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


values

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


 

Groovy Documentation