Uses of Class
it.uniroma1.lcl.babelnet.data.EntityType
-
Packages that use EntityType Package Description it.uniroma1.lcl.babelnet.data The data package of the BabelNet API. -
-
Uses of EntityType in it.uniroma1.lcl.babelnet.data
Methods in it.uniroma1.lcl.babelnet.data that return EntityType Modifier and Type Method Description EntityType
EntityType. getValue()
static EntityType
EntityType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EntityType[]
EntityType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-