public enum ActivitySortingType extends Enum<ActivitySortingType>
| Modifier and Type | Method and Description |
|---|---|
Comparator<NegotiationActivity> |
getComparator() |
String |
getDesc() |
static ActivitySortingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivitySortingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivitySortingType ST
public static final ActivitySortingType UT
public static final ActivitySortingType UU
public static final ActivitySortingType TU
public static final ActivitySortingType L
public static ActivitySortingType[] values()
for (ActivitySortingType c : ActivitySortingType.values()) System.out.println(c);
public static ActivitySortingType 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 getDesc()
public Comparator<NegotiationActivity> getComparator()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.