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