Uses of Enum Class
eu.dnetlib.dhp.schema.common.EntityType
Packages that use EntityType
-
Uses of EntityType in eu.dnetlib.dhp.schema.common
Fields in eu.dnetlib.dhp.schema.common with type parameters of type EntityTypeModifier and TypeFieldDescriptionstatic final Map<EntityType,Class> ModelSupport.entityTypesDefines the mapping between the actual entity types and the relative classes implementing themMethods in eu.dnetlib.dhp.schema.common that return EntityTypeModifier and TypeMethodDescriptionstatic <T> EntityTypeResolves the EntityType, given the relative class namestatic EntityTypeReturns the enum constant of this class with the specified name.static EntityType[]EntityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.dnetlib.dhp.schema.common with parameters of type EntityTypeModifier and TypeMethodDescriptionstatic StringModelSupport.getMainType(EntityType type) static booleanModelSupport.isResult(EntityType type)