Uses of Class
de.digitalcollections.model.identifiable.versioning.TypeKey
-
Packages that use TypeKey Package Description de.digitalcollections.model.identifiable.versioning -
-
Uses of TypeKey in de.digitalcollections.model.identifiable.versioning
Methods in de.digitalcollections.model.identifiable.versioning that return TypeKey Modifier and Type Method Description TypeKeyVersion. getTypeKey()static TypeKeyTypeKey. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeKey[]TypeKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.digitalcollections.model.identifiable.versioning with parameters of type TypeKey Modifier and Type Method Description voidVersion. setTypeKey(TypeKey typeKey)
-