Groovy Documentation

com.ace.mws.acls
[Groovy] Enum AclType

java.lang.Object
  com.ace.mws.acls.AclType

enum AclType

This enumeration describes the values available for the type of an ACL Rule.

Authors:
vrb


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

ACCOUNT

AclType ACCOUNT
Account or Project


CLASS

AclType CLASS
Class or Queue


CLUSTER

AclType CLUSTER
Cluster


DURATION

AclType DURATION
Duration in Seconds


GROUP

AclType GROUP
Group


JOB_ATTRIBUTE

AclType JOB_ATTRIBUTE
Job Attribute


JOB_ID

AclType JOB_ID
Job ID


JOB_TEMPLATE

AclType JOB_TEMPLATE
Job Template


JPRIORITY

AclType JPRIORITY


MEMORY

AclType MEMORY


NODE

AclType NODE


PAR

AclType PAR


PROC

AclType PROC


PROCESSOR_SECONDS

AclType PROCESSOR_SECONDS
Processor Seconds


QOS

AclType QOS
Quality of Service


QTIME

AclType QTIME


QUEUE

AclType QUEUE


RACK

AclType RACK


RESERVATION_ID

AclType RESERVATION_ID
Reservation ID


SCHED

AclType SCHED


SYSTEM

AclType SYSTEM


TASK

AclType TASK


USER

AclType USER
User


VC

AclType VC


XFACTOR

AclType XFACTOR


 
Property Detail

moabString

String moabString


 
Constructor Detail

AclType

AclType(String moabString)


 
Method Detail

parseString

static def parseString(String string)


toMoabString

String toMoabString()


valueOf

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


values

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


 

Groovy Documentation