|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<WorkPart.SortOption>
edu.northwestern.at.monk.model.WorkPart.SortOption
public static enum WorkPart.SortOption
Work part sorting options.
| Enum Constant Summary | |
|---|---|
LEVEL_ASCENDING
Work ordinal ascending. |
|
LEVEL_DESCENDING
Work ordinal descending. |
|
NATURAL
The natural sorting order - by corpus, title, then work ordinal. |
|
NUM_SENTENCES_CUM_ASCENDING
Cumulative number of sentences ascending. |
|
NUM_SENTENCES_CUM_DESCENDING
Cumulative number of sentences descending. |
|
NUM_SENTENCES_CUM_MAIN_ASCENDING
Cumulative number of sentences in main text (non-paratext) ascending. |
|
NUM_SENTENCES_CUM_MAIN_DESCENDING
Cumulative number of sentences in main text (non-paratext) descending. |
|
NUM_SENTENCES_NON_CUM_ASCENDING
Non-cumulative number of sentences ascending. |
|
NUM_SENTENCES_NON_CUM_DESCENDING
Non-cumulative number of sentences descending. |
|
NUM_SENTENCES_NON_CUM_MAIN_ASCENDING
Non-cumulative number of sentences in main text (non-paratext) ascending. |
|
NUM_SENTENCES_NON_CUM_MAIN_DESCENDING
Non-cumulative number of sentences in main text (non-paratext) descending. |
|
NUM_WORD_PARTS_CUM_ASCENDING
Cumulative number of word parts ascending. |
|
NUM_WORD_PARTS_CUM_DESCENDING
Cumulative number of word parts descending. |
|
NUM_WORD_PARTS_CUM_MAIN_ASCENDING
Cumulative number of word parts in main text (non-paratext) ascending. |
|
NUM_WORD_PARTS_CUM_MAIN_DESCENDING
Cumulative number of word parts in main text (non-paratext) descending. |
|
NUM_WORD_PARTS_NON_CUM_ASCENDING
Non-cumulative number of word parts ascending. |
|
NUM_WORD_PARTS_NON_CUM_DESCENDING
Non-cumulative number of word parts descending. |
|
NUM_WORD_PARTS_NON_CUM_MAIN_ASCENDING
Non-cumulative number of word parts in main text (non-paratext) ascending. |
|
NUM_WORD_PARTS_NON_CUM_MAIN_DESCENDING
Non-cumulative number of word parts in main text (non-paratext) descending. |
|
NUM_WORDS_CUM_ASCENDING
Cumulative number of words ascending. |
|
NUM_WORDS_CUM_DESCENDING
Cumulative number of words descending. |
|
NUM_WORDS_CUM_MAIN_ASCENDING
Cumulative number of words in main text (non-paratext) ascending. |
|
NUM_WORDS_CUM_MAIN_DESCENDING
Cumulative number of words in main text (non-paratext) descending. |
|
NUM_WORDS_NON_CUM_ASCENDING
Non-cumulative number of words ascending. |
|
NUM_WORDS_NON_CUM_DESCENDING
Non-cumulative number of words descending. |
|
NUM_WORDS_NON_CUM_MAIN_ASCENDING
Non-cumulative number of words in main text (non-paratext) ascending. |
|
NUM_WORDS_NON_CUM_MAIN_DESCENDING
Non-cumulative number of words in main text (non-paratext) descending. |
|
TAG_ASCENDING
Tag ascending. |
|
TAG_DESCENDING
Tag descending. |
|
TITLE_ASCENDING
Stripped title ascending. |
|
TITLE_DESCENDING
Stripped title descending. |
|
TYPE_ASCENDING
Type ascending. |
|
TYPE_DESCENDING
Type descending. |
|
WORK_ASCENDING
Work ascending. |
|
WORK_DESCENDING
Work descending. |
|
WORK_ORDINAL_ASCENDING
Work ordinal ascending. |
|
WORK_ORDINAL_DESCENDING
Work ordinal descending. |
|
| Method Summary | |
|---|---|
static WorkPart.SortOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WorkPart.SortOption[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final WorkPart.SortOption NATURAL
public static final WorkPart.SortOption TAG_ASCENDING
public static final WorkPart.SortOption TAG_DESCENDING
public static final WorkPart.SortOption TITLE_ASCENDING
public static final WorkPart.SortOption TITLE_DESCENDING
public static final WorkPart.SortOption TYPE_ASCENDING
public static final WorkPart.SortOption TYPE_DESCENDING
public static final WorkPart.SortOption WORK_ASCENDING
public static final WorkPart.SortOption WORK_DESCENDING
public static final WorkPart.SortOption WORK_ORDINAL_ASCENDING
public static final WorkPart.SortOption WORK_ORDINAL_DESCENDING
public static final WorkPart.SortOption LEVEL_ASCENDING
public static final WorkPart.SortOption LEVEL_DESCENDING
public static final WorkPart.SortOption NUM_WORDS_CUM_ASCENDING
public static final WorkPart.SortOption NUM_WORDS_CUM_DESCENDING
public static final WorkPart.SortOption NUM_WORDS_NON_CUM_ASCENDING
public static final WorkPart.SortOption NUM_WORDS_NON_CUM_DESCENDING
public static final WorkPart.SortOption NUM_WORD_PARTS_CUM_ASCENDING
public static final WorkPart.SortOption NUM_WORD_PARTS_CUM_DESCENDING
public static final WorkPart.SortOption NUM_WORD_PARTS_NON_CUM_ASCENDING
public static final WorkPart.SortOption NUM_WORD_PARTS_NON_CUM_DESCENDING
public static final WorkPart.SortOption NUM_SENTENCES_CUM_ASCENDING
public static final WorkPart.SortOption NUM_SENTENCES_CUM_DESCENDING
public static final WorkPart.SortOption NUM_SENTENCES_NON_CUM_ASCENDING
public static final WorkPart.SortOption NUM_SENTENCES_NON_CUM_DESCENDING
public static final WorkPart.SortOption NUM_WORDS_CUM_MAIN_ASCENDING
public static final WorkPart.SortOption NUM_WORDS_CUM_MAIN_DESCENDING
public static final WorkPart.SortOption NUM_WORDS_NON_CUM_MAIN_ASCENDING
public static final WorkPart.SortOption NUM_WORDS_NON_CUM_MAIN_DESCENDING
public static final WorkPart.SortOption NUM_WORD_PARTS_CUM_MAIN_ASCENDING
public static final WorkPart.SortOption NUM_WORD_PARTS_CUM_MAIN_DESCENDING
public static final WorkPart.SortOption NUM_WORD_PARTS_NON_CUM_MAIN_ASCENDING
public static final WorkPart.SortOption NUM_WORD_PARTS_NON_CUM_MAIN_DESCENDING
public static final WorkPart.SortOption NUM_SENTENCES_CUM_MAIN_ASCENDING
public static final WorkPart.SortOption NUM_SENTENCES_CUM_MAIN_DESCENDING
public static final WorkPart.SortOption NUM_SENTENCES_NON_CUM_MAIN_ASCENDING
public static final WorkPart.SortOption NUM_SENTENCES_NON_CUM_MAIN_DESCENDING
| Method Detail |
|---|
public static final WorkPart.SortOption[] values()
for(WorkPart.SortOption c : WorkPart.SortOption.values())
System.out.println(c);
public static WorkPart.SortOption 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 name
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||