Uses of Class
de.digitalcollections.model.api.identifiable.entity.parts.enums.EntityPartType
-
Uses of EntityPartType in de.digitalcollections.model.api.identifiable.entity.parts
Methods in de.digitalcollections.model.api.identifiable.entity.parts that return EntityPartType Modifier and Type Method Description EntityPartTypeEntityPart. getEntityPartType()Methods in de.digitalcollections.model.api.identifiable.entity.parts with parameters of type EntityPartType Modifier and Type Method Description voidEntityPart. setEntityPartType(EntityPartType entityPartType) -
Uses of EntityPartType in de.digitalcollections.model.api.identifiable.entity.parts.enums
Methods in de.digitalcollections.model.api.identifiable.entity.parts.enums that return EntityPartType Modifier and Type Method Description static EntityPartTypeEntityPartType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EntityPartType[]EntityPartType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EntityPartType in de.digitalcollections.model.impl.identifiable.entity.parts
Fields in de.digitalcollections.model.impl.identifiable.entity.parts declared as EntityPartType Modifier and Type Field Description protected EntityPartTypeEntityPartImpl. entityPartTypeMethods in de.digitalcollections.model.impl.identifiable.entity.parts that return EntityPartType Modifier and Type Method Description EntityPartTypeEntityPartImpl. getEntityPartType()Methods in de.digitalcollections.model.impl.identifiable.entity.parts with parameters of type EntityPartType Modifier and Type Method Description voidEntityPartImpl. setEntityPartType(EntityPartType entityPartType)