public static enum CollocReducer.Skipped extends Enum<CollocReducer.Skipped>
| Enum Constant and Description |
|---|
LESS_THAN_MIN_SUPPORT |
MALFORMED_KEY_TUPLE |
MALFORMED_TUPLE |
MALFORMED_TYPES |
MALFORMED_UNIGRAM |
| Modifier and Type | Method and Description |
|---|---|
static CollocReducer.Skipped |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollocReducer.Skipped[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollocReducer.Skipped LESS_THAN_MIN_SUPPORT
public static final CollocReducer.Skipped MALFORMED_KEY_TUPLE
public static final CollocReducer.Skipped MALFORMED_TUPLE
public static final CollocReducer.Skipped MALFORMED_TYPES
public static final CollocReducer.Skipped MALFORMED_UNIGRAM
public static CollocReducer.Skipped[] values()
for (CollocReducer.Skipped c : CollocReducer.Skipped.values()) System.out.println(c);
public static CollocReducer.Skipped 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 © 2008–2017 The Apache Software Foundation. All rights reserved.