Uses of Class
edu.wisc.library.ocfl.api.model.InventoryType
-
Packages that use InventoryType Package Description edu.wisc.library.ocfl.api.model -
-
Uses of InventoryType in edu.wisc.library.ocfl.api.model
Methods in edu.wisc.library.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.
-