Uses of Class
edu.wisc.library.ocfl.api.model.OcflVersion
-
Packages that use OcflVersion Package Description edu.wisc.library.ocfl.api edu.wisc.library.ocfl.api.model -
-
Uses of OcflVersion in edu.wisc.library.ocfl.api
Fields in edu.wisc.library.ocfl.api declared as OcflVersion Modifier and Type Field Description static OcflVersionOcflConstants. DEFAULT_OCFL_VERSIONMethods in edu.wisc.library.ocfl.api that return OcflVersion Modifier and Type Method Description OcflVersionOcflConfig. getOcflVersion()Methods in edu.wisc.library.ocfl.api with parameters of type OcflVersion Modifier and Type Method Description OcflConfigOcflConfig. setOcflVersion(OcflVersion ocflVersion)Set the default OCFL version to use when creating new inventories. -
Uses of OcflVersion in edu.wisc.library.ocfl.api.model
Methods in edu.wisc.library.ocfl.api.model that return OcflVersion Modifier and Type Method Description static OcflVersionOcflVersion. fromOcflVersionString(String ocflVersionString)Returns an OCFL version based on the OCFL version string specified in the Namaste file in the OCFL storage root.OcflVersionInventoryType. getOcflVersion()static OcflVersionOcflVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static OcflVersion[]OcflVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.
-