Uses of Class
de.digitalcollections.model.identifiable.entity.EntityType
-
Packages that use EntityType Package Description de.digitalcollections.model.identifiable.entity -
-
Uses of EntityType in de.digitalcollections.model.identifiable.entity
Fields in de.digitalcollections.model.identifiable.entity declared as EntityType Modifier and Type Field Description protected EntityTypeEntity. entityTypeMethods in de.digitalcollections.model.identifiable.entity that return EntityType Modifier and Type Method Description EntityTypeEntity. getEntityType()static EntityTypeEntityType. 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.Methods in de.digitalcollections.model.identifiable.entity with parameters of type EntityType Modifier and Type Method Description voidEntity. setEntityType(EntityType entityType)
-