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