package com.tradecloud.domain.product; /** * List of user state change request actions that are allowed through the state service for Shipment. * * @author ronan */ public enum ProductStateChangeAction { CREATE, VERIFY, UNTARIFF, TARIFF; }