public static enum BabelfyParameters.SemanticAnnotationType extends java.lang.Enum<BabelfyParameters.SemanticAnnotationType>
Enum Constant and Description |
---|
ALL
Disambiguates all
|
CONCEPTS
Disambiguates concepts only
|
NAMED_ENTITIES
Disambiguates named entities only
|
Modifier and Type | Method and Description |
---|---|
static BabelfyParameters.SemanticAnnotationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BabelfyParameters.SemanticAnnotationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BabelfyParameters.SemanticAnnotationType ALL
public static final BabelfyParameters.SemanticAnnotationType NAMED_ENTITIES
public static final BabelfyParameters.SemanticAnnotationType CONCEPTS
public static BabelfyParameters.SemanticAnnotationType[] values()
for (BabelfyParameters.SemanticAnnotationType c : BabelfyParameters.SemanticAnnotationType.values()) System.out.println(c);
public static BabelfyParameters.SemanticAnnotationType 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 namejava.lang.NullPointerException
- if the argument is null