public enum AwardRoleConstants extends Enum<AwardRoleConstants>
| Modifier and Type | Method and Description |
|---|---|
String |
getAwardRole() |
static AwardRoleConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwardRoleConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AwardRoleConstants AWARD_BUDGET_APPROVER
public static final AwardRoleConstants AWARD_BUDGET_ADMINISTRATOR
public static final AwardRoleConstants AWARD_MODIFIER
public static final AwardRoleConstants OSP_ADMINISTRATOR
public static final AwardRoleConstants AWARD_BUDGET_AGGREGATOR
public static final AwardRoleConstants AWARD_BUDGET_MAINTAINER
public static final AwardRoleConstants AWARD_ATTACHMENTS_MAINTAINER
public static final AwardRoleConstants AWARD_BUDGET_MODIFIER
public static final AwardRoleConstants AWARD_VIEWER
public static final AwardRoleConstants AWARD_BUDGET_VIEWER
public static final AwardRoleConstants AWARD_ATTACHMENTS_VIEWER
public static final AwardRoleConstants DEPARTMENTS_AWARDS_VIEWER
public static final AwardRoleConstants TEMPLATE_VIEWER
public static final AwardRoleConstants AWARD_UNASSIGNED
public static AwardRoleConstants[] values()
for (AwardRoleConstants c : AwardRoleConstants.values()) System.out.println(c);
public static AwardRoleConstants 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 getAwardRole()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.