public static enum CourseRegistrationCartClientServiceConstants.ACTION_LINKS extends Enum<CourseRegistrationCartClientServiceConstants.ACTION_LINKS>
| Enum Constant and Description |
|---|
REMOVE_ITEM_FROM_CART |
UNDO_DELETE_COURSE |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
toString() |
static CourseRegistrationCartClientServiceConstants.ACTION_LINKS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CourseRegistrationCartClientServiceConstants.ACTION_LINKS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CourseRegistrationCartClientServiceConstants.ACTION_LINKS REMOVE_ITEM_FROM_CART
public static final CourseRegistrationCartClientServiceConstants.ACTION_LINKS UNDO_DELETE_COURSE
public static CourseRegistrationCartClientServiceConstants.ACTION_LINKS[] values()
for (CourseRegistrationCartClientServiceConstants.ACTION_LINKS c : CourseRegistrationCartClientServiceConstants.ACTION_LINKS.values()) System.out.println(c);
public static CourseRegistrationCartClientServiceConstants.ACTION_LINKS 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 toString()
toString in class Enum<CourseRegistrationCartClientServiceConstants.ACTION_LINKS>Copyright © 2004–2014 The Kuali Foundation. All rights reserved.