|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<Corpus.SortOption>
edu.northwestern.at.monk.model.Corpus.SortOption
public static enum Corpus.SortOption
Corpus sorting options.
| Enum Constant Summary | |
|---|---|
NATURAL
The natural sorting order - by stripped title ascending. |
|
NUM_AUTHORS_ASCENDING
Number of authors ascending. |
|
NUM_AUTHORS_DESCENDING
Number of authors descending. |
|
NUM_SENTENCES_ASCENDING
Number of sentences ascending. |
|
NUM_SENTENCES_DESCENDING
Number of sentences descending. |
|
NUM_SENTENCES_MAIN_ASCENDING
Number of sentences in main text (non-paratext) ascending. |
|
NUM_SENTENCES_MAIN_DESCENDING
Number of sentences in main text (non-paratext) descending. |
|
NUM_WORD_PARTS_ASCENDING
Number of word parts ascending. |
|
NUM_WORD_PARTS_DESCENDING
Number of word parts descending. |
|
NUM_WORD_PARTS_MAIN_ASCENDING
Number of word parts in main text (non-paratext) ascending. |
|
NUM_WORD_PARTS_MAIN_DESCENDING
Number of word parts in main text (non-paratext) descending. |
|
NUM_WORDS_ASCENDING
Number of words ascending. |
|
NUM_WORDS_DESCENDING
Number of words descending. |
|
NUM_WORDS_MAIN_ASCENDING
Number of words in main text (non-paratext) ascending. |
|
NUM_WORDS_MAIN_DESCENDING
Number of words in main text (non-paratext) descending. |
|
NUM_WORKS_ASCENDING
Number of works ascending. |
|
NUM_WORKS_DESCENDING
Number of works descending. |
|
TAG_ASCENDING
Tag ascending. |
|
TAG_DESCENDING
Tag descending. |
|
TITLE_ASCENDING
Stripped title ascending. |
|
TITLE_DESCENDING
Stripped title descending. |
|
| Method Summary | |
|---|---|
static Corpus.SortOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Corpus.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 Corpus.SortOption NATURAL
public static final Corpus.SortOption TAG_ASCENDING
public static final Corpus.SortOption TAG_DESCENDING
public static final Corpus.SortOption TITLE_ASCENDING
public static final Corpus.SortOption TITLE_DESCENDING
public static final Corpus.SortOption NUM_WORKS_ASCENDING
public static final Corpus.SortOption NUM_WORKS_DESCENDING
public static final Corpus.SortOption NUM_AUTHORS_ASCENDING
public static final Corpus.SortOption NUM_AUTHORS_DESCENDING
public static final Corpus.SortOption NUM_WORDS_ASCENDING
public static final Corpus.SortOption NUM_WORDS_DESCENDING
public static final Corpus.SortOption NUM_WORD_PARTS_ASCENDING
public static final Corpus.SortOption NUM_WORD_PARTS_DESCENDING
public static final Corpus.SortOption NUM_SENTENCES_ASCENDING
public static final Corpus.SortOption NUM_SENTENCES_DESCENDING
public static final Corpus.SortOption NUM_WORDS_MAIN_ASCENDING
public static final Corpus.SortOption NUM_WORDS_MAIN_DESCENDING
public static final Corpus.SortOption NUM_WORD_PARTS_MAIN_ASCENDING
public static final Corpus.SortOption NUM_WORD_PARTS_MAIN_DESCENDING
public static final Corpus.SortOption NUM_SENTENCES_MAIN_ASCENDING
public static final Corpus.SortOption NUM_SENTENCES_MAIN_DESCENDING
| Method Detail |
|---|
public static final Corpus.SortOption[] values()
for(Corpus.SortOption c : Corpus.SortOption.values())
System.out.println(c);
public static Corpus.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 | |||||||