public static enum ActivityOfferingWrapper.NonStandardTimeslotCreationMode extends Enum<ActivityOfferingWrapper.NonStandardTimeslotCreationMode>
Enum Constant and Description |
---|
ALLOWED |
NEEDS_APPROVAL |
NOT_ALLOWED |
Modifier and Type | Method and Description |
---|---|
static ActivityOfferingWrapper.NonStandardTimeslotCreationMode |
fromString(String text)
Returns a value based on the string provided.
|
static ActivityOfferingWrapper.NonStandardTimeslotCreationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivityOfferingWrapper.NonStandardTimeslotCreationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivityOfferingWrapper.NonStandardTimeslotCreationMode ALLOWED
public static final ActivityOfferingWrapper.NonStandardTimeslotCreationMode NOT_ALLOWED
public static final ActivityOfferingWrapper.NonStandardTimeslotCreationMode NEEDS_APPROVAL
public static ActivityOfferingWrapper.NonStandardTimeslotCreationMode[] values()
for (ActivityOfferingWrapper.NonStandardTimeslotCreationMode c : ActivityOfferingWrapper.NonStandardTimeslotCreationMode.values()) System.out.println(c);
public static ActivityOfferingWrapper.NonStandardTimeslotCreationMode 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 static ActivityOfferingWrapper.NonStandardTimeslotCreationMode fromString(String text)
NEEDS_APPROVAL
text
- ActivityOfferingWrapper.NonStandardTimeslotCreationMode
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.