public enum KualiGroup extends Enum<KualiGroup>
| Enum Constant and Description |
|---|
COEUS |
COMMON |
KFS |
KPME |
MOBILITY |
OLE |
READY |
RICE |
STUDENT |
| Modifier and Type | Method and Description |
|---|---|
static List<KualiGroup> |
asList()
Return the Kuali groups as an immutable list
|
String |
getId() |
static KualiGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KualiGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KualiGroup COMMON
public static final KualiGroup RICE
public static final KualiGroup STUDENT
public static final KualiGroup MOBILITY
public static final KualiGroup OLE
public static final KualiGroup KFS
public static final KualiGroup COEUS
public static final KualiGroup READY
public static final KualiGroup KPME
public static KualiGroup[] values()
for (KualiGroup c : KualiGroup.values()) System.out.println(c);
public static KualiGroup 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 final List<KualiGroup> asList()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.