public enum BabelExternalResource extends Enum<BabelExternalResource> implements ExternalResource
Enum Constant and Description |
---|
DBPEDIA
|
FRAMENET
|
GEONAMES
|
VERBNET
|
YAGO
|
Modifier and Type | Method and Description |
---|---|
static BabelExternalResource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BabelExternalResource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BabelExternalResource DBPEDIA
public static final BabelExternalResource YAGO
public static final BabelExternalResource GEONAMES
public static final BabelExternalResource FRAMENET
public static final BabelExternalResource VERBNET
public static BabelExternalResource[] values()
for (BabelExternalResource c : BabelExternalResource.values()) System.out.println(c);
public static BabelExternalResource 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–2021. All rights reserved.