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