public enum PosTypeCollectionType extends Enum<PosTypeCollectionType>
PosTagsCollectionEnum.getTags()| Enum Constant and Description |
|---|
FOLLOW
Deprecated.
|
NOUN
Deprecated.
|
VERB
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static PosTypeCollectionType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static PosTypeCollectionType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PosTypeCollectionType NOUN
public static final PosTypeCollectionType VERB
public static final PosTypeCollectionType FOLLOW
public static PosTypeCollectionType[] values()
for (PosTypeCollectionType c : PosTypeCollectionType.values()) System.out.println(c);
public static PosTypeCollectionType 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 © 2010-2014 The Apache Software Foundation. All Rights Reserved.