|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | PROPERTY | METHOD | DETAIL: ENUM CONSTANTS | FIELD | PROPERTY | METHOD |
java.lang.Object com.ace.mws.acls.AclType
enum AclType
This enumeration describes the values available for the type of an ACL Rule.
Enum Constant Summary | |
---|---|
ACCOUNT
Account or Project |
|
CLASS
Class or Queue |
|
CLUSTER
Cluster |
|
DURATION
Duration in Seconds |
|
GROUP
Group |
|
JOB_ATTRIBUTE
Job Attribute |
|
JOB_ID
Job ID |
|
JOB_TEMPLATE
Job Template |
|
JPRIORITY
|
|
MEMORY
|
|
NODE
|
|
PAR
|
|
PROC
|
|
PROCESSOR_SECONDS
Processor Seconds |
|
QOS
Quality of Service |
|
QTIME
|
|
QUEUE
|
|
RACK
|
|
RESERVATION_ID
Reservation ID |
|
SCHED
|
|
SYSTEM
|
|
TASK
|
|
USER
User |
|
VC
|
|
XFACTOR
|
Property Summary | |
---|---|
String |
moabString
|
Constructor Summary | |
AclType(String moabString)
|
Method Summary | |
---|---|
static def
|
parseString(String string)
|
String
|
toMoabString()
|
AclType
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
AclType[]
|
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 |
---|
AclType ACCOUNT
AclType CLASS
AclType CLUSTER
AclType DURATION
AclType GROUP
AclType JOB_ATTRIBUTE
AclType JOB_ID
AclType JOB_TEMPLATE
AclType JPRIORITY
AclType MEMORY
AclType NODE
AclType PAR
AclType PROC
AclType PROCESSOR_SECONDS
AclType QOS
AclType QTIME
AclType QUEUE
AclType RACK
AclType RESERVATION_ID
AclType SCHED
AclType SYSTEM
AclType TASK
AclType USER
AclType VC
AclType XFACTOR
Property Detail |
---|
String moabString
Constructor Detail |
---|
AclType(String moabString)
Method Detail |
---|
static def parseString(String string)
String toMoabString()
AclType valueOf(String name)
AclType[] values()
Groovy Documentation