|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SortType>
com.atlassian.confluence.macro.params.SortType
public enum SortType
Types of sorts supported by SearchSortParameter.
| Enum Constant Summary | |
|---|---|
CREATION
Sort by creation time. |
|
MODIFIED
Sort by last modification time. |
|
NATURAL
Sort by natural ordering. |
|
TITLE
Sort by title. |
|
| Method Summary | |
|---|---|
static SortType |
get(java.lang.String name)
|
java.lang.String |
getType()
Returns the type of this SortType as a string. |
static SortType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SortType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SortType TITLE
public static final SortType NATURAL
public static final SortType CREATION
public static final SortType MODIFIED
| Method Detail |
|---|
public static final SortType[] values()
for(SortType c : SortType.values())
System.out.println(c);
public static SortType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic final java.lang.String getType()
SortType as a string.
SortType as a stringpublic static SortType get(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||