public static enum WordCorpusFrequencyJob.WordCorpusCounter extends Enum<WordCorpusFrequencyJob.WordCorpusCounter>
| Enum Constant and Description |
|---|
TOKEN_ADDED |
TOKEN_DISCARDED |
| Modifier and Type | Method and Description |
|---|---|
static WordCorpusFrequencyJob.WordCorpusCounter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WordCorpusFrequencyJob.WordCorpusCounter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WordCorpusFrequencyJob.WordCorpusCounter TOKEN_ADDED
public static final WordCorpusFrequencyJob.WordCorpusCounter TOKEN_DISCARDED
public static WordCorpusFrequencyJob.WordCorpusCounter[] values()
for (WordCorpusFrequencyJob.WordCorpusCounter c : WordCorpusFrequencyJob.WordCorpusCounter.values()) System.out.println(c);
public static WordCorpusFrequencyJob.WordCorpusCounter 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 nullCopyright © 2016. All rights reserved.