static OcflVersion |
OcflVersion.fromOcflObjectVersionFilename(String ocflObjectVersionFilename) |
Returns an OCFL version based on the name of an OCFL object Namaste file
|
static OcflVersion |
OcflVersion.fromOcflObjectVersionString(String ocflObjectVersionString) |
Returns an OCFL version based on the OCFL version string specified in the Namaste file in an OCFL object.
|
static OcflVersion |
OcflVersion.fromOcflVersionFilename(String ocflVersionFilename) |
Returns an OCFL version based on the name of an OCFL storage root Namaste file
|
static OcflVersion |
OcflVersion.fromOcflVersionString(String ocflVersionString) |
Returns an OCFL version based on the OCFL version string specified in the Namaste file in the OCFL storage root.
|
OcflVersion |
InventoryType.getOcflVersion() |
|
static OcflVersion |
OcflVersion.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.
|