public static enum ExamOfferingContext.Driver extends Enum<ExamOfferingContext.Driver>
Modifier and Type | Method and Description |
---|---|
static ExamOfferingContext.Driver |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExamOfferingContext.Driver[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExamOfferingContext.Driver PER_CO
public static final ExamOfferingContext.Driver PER_FO
public static final ExamOfferingContext.Driver PER_AO
public static final ExamOfferingContext.Driver NONE
public static ExamOfferingContext.Driver[] values()
for (ExamOfferingContext.Driver c : ExamOfferingContext.Driver.values()) System.out.println(c);
public static ExamOfferingContext.Driver 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 nullCopyright © 2004–2014 The Kuali Foundation. All rights reserved.