public enum AwardTaskNames extends Enum<AwardTaskNames>
| Enum Constant and Description |
|---|
ADD_AWARD_NOTES |
CREATE_AWARD_ACCOUNT |
MAINTAIN_REPORT_TRACKING |
MODIFY_AWARD |
MODIFY_AWARD_ROLES |
VIEW_AWARD |
| Modifier and Type | Method and Description |
|---|---|
String |
getAwardTaskName() |
static AwardTaskNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwardTaskNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AwardTaskNames MODIFY_AWARD
public static final AwardTaskNames VIEW_AWARD
public static final AwardTaskNames MODIFY_AWARD_ROLES
public static final AwardTaskNames ADD_AWARD_NOTES
public static final AwardTaskNames MAINTAIN_REPORT_TRACKING
public static final AwardTaskNames CREATE_AWARD_ACCOUNT
public static AwardTaskNames[] values()
for (AwardTaskNames c : AwardTaskNames.values()) System.out.println(c);
public static AwardTaskNames 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 getAwardTaskName()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.