org.kuali.kpme.core.role
Enum KPMERole

java.lang.Object
  extended by java.lang.Enum<KPMERole>
      extended by org.kuali.kpme.core.role.KPMERole
All Implemented Interfaces:
Serializable, Comparable<KPMERole>

public enum KPMERole
extends Enum<KPMERole>


Enum Constant Summary
APPROVER
           
APPROVER_DELEGATE
           
APPROVER_DELEGATE_PROXY_ROLE
           
APPROVER_PROXY_ROLE
           
DERIVED_ROLE_POSITION
           
KPME_PROXY_ROLE
           
LEAVE_DEPARTMENT_ADMINISTRATOR
           
LEAVE_DEPARTMENT_VIEW_ONLY
           
LEAVE_LOCATION_ADMINISTRATOR
           
LEAVE_LOCATION_VIEW_ONLY
           
LEAVE_SYSTEM_ADMINISTRATOR
           
LEAVE_SYSTEM_VIEW_ONLY
           
PAYROLL_PROCESSOR
           
PAYROLL_PROCESSOR_DELEGATE
           
REVIEWER
           
TIME_DEPARTMENT_ADMINISTRATOR
           
TIME_DEPARTMENT_VIEW_ONLY
           
TIME_LOCATION_ADMINISTRATOR
           
TIME_LOCATION_VIEW_ONLY
           
TIME_SYSTEM_ADMINISTRATOR
           
TIME_SYSTEM_VIEW_ONLY
           
 
Method Summary
 String getRoleName()
           
 void setRoleName(String roleName)
           
static KPMERole valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KPMERole[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

REVIEWER

public static final KPMERole REVIEWER

APPROVER

public static final KPMERole APPROVER

APPROVER_DELEGATE

public static final KPMERole APPROVER_DELEGATE

TIME_DEPARTMENT_VIEW_ONLY

public static final KPMERole TIME_DEPARTMENT_VIEW_ONLY

TIME_DEPARTMENT_ADMINISTRATOR

public static final KPMERole TIME_DEPARTMENT_ADMINISTRATOR

LEAVE_DEPARTMENT_VIEW_ONLY

public static final KPMERole LEAVE_DEPARTMENT_VIEW_ONLY

LEAVE_DEPARTMENT_ADMINISTRATOR

public static final KPMERole LEAVE_DEPARTMENT_ADMINISTRATOR

TIME_LOCATION_VIEW_ONLY

public static final KPMERole TIME_LOCATION_VIEW_ONLY

TIME_LOCATION_ADMINISTRATOR

public static final KPMERole TIME_LOCATION_ADMINISTRATOR

LEAVE_LOCATION_VIEW_ONLY

public static final KPMERole LEAVE_LOCATION_VIEW_ONLY

LEAVE_LOCATION_ADMINISTRATOR

public static final KPMERole LEAVE_LOCATION_ADMINISTRATOR

TIME_SYSTEM_VIEW_ONLY

public static final KPMERole TIME_SYSTEM_VIEW_ONLY

TIME_SYSTEM_ADMINISTRATOR

public static final KPMERole TIME_SYSTEM_ADMINISTRATOR

LEAVE_SYSTEM_VIEW_ONLY

public static final KPMERole LEAVE_SYSTEM_VIEW_ONLY

LEAVE_SYSTEM_ADMINISTRATOR

public static final KPMERole LEAVE_SYSTEM_ADMINISTRATOR

PAYROLL_PROCESSOR

public static final KPMERole PAYROLL_PROCESSOR

PAYROLL_PROCESSOR_DELEGATE

public static final KPMERole PAYROLL_PROCESSOR_DELEGATE

DERIVED_ROLE_POSITION

public static final KPMERole DERIVED_ROLE_POSITION

KPME_PROXY_ROLE

public static final KPMERole KPME_PROXY_ROLE

APPROVER_PROXY_ROLE

public static final KPMERole APPROVER_PROXY_ROLE

APPROVER_DELEGATE_PROXY_ROLE

public static final KPMERole APPROVER_DELEGATE_PROXY_ROLE
Method Detail

values

public static KPMERole[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (KPMERole c : KPMERole.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static KPMERole valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getRoleName

public String getRoleName()

setRoleName

public void setRoleName(String roleName)


Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.