@Deprecated public enum KualiGroup extends Enum<KualiGroup>
| Enum Constant and Description |
|---|
COEUS
Deprecated.
|
COMMON
Deprecated.
|
KFS
Deprecated.
|
KPME
Deprecated.
|
MOBILITY
Deprecated.
|
OLE
Deprecated.
|
READY
Deprecated.
|
RICE
Deprecated.
|
STUDENT
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<KualiGroup> |
asList()
Deprecated.
Return the Kuali groups as an immutable list
|
String |
getId()
Deprecated.
|
static KualiGroup |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static KualiGroup[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KualiGroup COMMON
@Deprecated public static final KualiGroup RICE
@Deprecated public static final KualiGroup STUDENT
@Deprecated public static final KualiGroup MOBILITY
@Deprecated public static final KualiGroup OLE
@Deprecated public static final KualiGroup KFS
@Deprecated public static final KualiGroup COEUS
@Deprecated public static final KualiGroup READY
@Deprecated 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.