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