1: package org.osbl.inventory.model; 2: 3: public enum State { 4: IN_STOCK, IN_USE, IN_REPAIR, DEFECT, SORTED_OUT, DIVESTED, 5: }