Uses of Class
de.digitalcollections.model.identifiable.entity.EntityType
-
Packages that use EntityType Package Description de.digitalcollections.model.identifiable.alias de.digitalcollections.model.identifiable.entity -
-
Uses of EntityType in de.digitalcollections.model.identifiable.alias
Methods in de.digitalcollections.model.identifiable.alias that return EntityType Modifier and Type Method Description EntityTypeUrlAlias. getTargetEntityType()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of EntityType in de.digitalcollections.model.identifiable.entity
Methods in de.digitalcollections.model.identifiable.entity that return EntityType Modifier and Type Method Description EntityTypeEntity. getEntityType()Deprecated, for removal: This API element is subject to removal in a future version.UseIdentifiable.getType()andIdentifiable.getIdentifiableObjectType()instead.static EntityTypeEntityType. valueOf(String name)Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this type with the specified name.static EntityType[]EntityType. values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum type, in the order they are declared.
-