Uses of Class
de.digitalcollections.model.identifiable.IdentifiableType
-
Packages that use IdentifiableType Package Description de.digitalcollections.model.identifiable -
-
Uses of IdentifiableType in de.digitalcollections.model.identifiable
Fields in de.digitalcollections.model.identifiable declared as IdentifiableType Modifier and Type Field Description protected IdentifiableTypeIdentifiable. typeMethods in de.digitalcollections.model.identifiable that return IdentifiableType Modifier and Type Method Description IdentifiableTypeIdentifiable. getType()static IdentifiableTypeIdentifiableType. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentifiableType[]IdentifiableType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.digitalcollections.model.identifiable with parameters of type IdentifiableType Modifier and Type Method Description voidIdentifiable. setType(IdentifiableType identifiableType)
-