public enum KPMERole extends Enum<KPMERole>
Modifier and Type | Method and Description |
---|---|
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.
|
public static final KPMERole APPROVER_DELEGATE
public static final KPMERole TIME_DEPARTMENT_VIEW_ONLY
public static final KPMERole TIME_DEPARTMENT_ADMINISTRATOR
public static final KPMERole LEAVE_DEPARTMENT_VIEW_ONLY
public static final KPMERole LEAVE_DEPARTMENT_ADMINISTRATOR
public static final KPMERole TIME_LOCATION_VIEW_ONLY
public static final KPMERole TIME_LOCATION_ADMINISTRATOR
public static final KPMERole LEAVE_LOCATION_VIEW_ONLY
public static final KPMERole LEAVE_LOCATION_ADMINISTRATOR
public static final KPMERole TIME_SYSTEM_VIEW_ONLY
public static final KPMERole TIME_SYSTEM_ADMINISTRATOR
public static final KPMERole LEAVE_SYSTEM_VIEW_ONLY
public static final KPMERole LEAVE_SYSTEM_ADMINISTRATOR
public static final KPMERole PAYROLL_PROCESSOR
public static final KPMERole PAYROLL_PROCESSOR_DELEGATE
public static final KPMERole DERIVED_ROLE_POSITION
public static final KPMERole POSITION_SYSTEM_ADMINISTRATOR
public static final KPMERole POSITION_SYSTEM_VIEW_ONLY
public static final KPMERole KOHR_INSTITUTION_ADMINISTRATOR
public static final KPMERole KOHR_ACADEMIC_HR_ADMINISTRATOR
public static final KPMERole KOHR_INSTITUTION_VIEW_ONLY
public static final KPMERole KOHR_LOCATION_ADMINISTRATOR
public static final KPMERole KOHR_LOCATION_VIEW_ONLY
public static final KPMERole KOHR_ORG_ADMINISTRATOR
public static final KPMERole KOHR_ORG_VIEW_ONLY
public static final KPMERole HR_DEPARTMENT_ADMINISTRATOR
public static final KPMERole HR_DEPARTMENT_VIEW_ONLY
public static final KPMERole HR_INSTITUTION_APPROVER
public static final KPMERole ACADEMIC_HR_INSTITUTION_APPROVER
public static final KPMERole BUDGET_APPROVER
public static final KPMERole PAYROLL_APPROVER
public static final KPMERole HR_LOCATION_APPROVER
public static final KPMERole ACADEMIC_HR_LOCATION_APPROVER
public static final KPMERole FISCAL_LOCATION_APPROVER
public static final KPMERole HR_ORG_APPROVER
public static final KPMERole FISCAL_ORG_APPROVER
public static final KPMERole DEPARTMENT_APPROVER
public static final KPMERole FISCAL_DEPARTMENT_APPROVER
public static KPMERole[] values()
for (KPMERole c : KPMERole.values()) System.out.println(c);
public static KPMERole valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getRoleName()
public void setRoleName(String roleName)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.