Uses of Class
io.ocfl.api.model.InventoryType
-
Packages that use InventoryType Package Description io.ocfl.api.model -
-
Uses of InventoryType in io.ocfl.api.model
Methods in io.ocfl.api.model that return InventoryType Modifier and Type Method Description static InventoryTypeInventoryType. fromValue(String value)InventoryTypeOcflVersion. getInventoryType()static InventoryTypeInventoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static InventoryType[]InventoryType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-