LineItemStateChangeAction.java

package com.tradecloud.domain.item;

/**
 * List of user state change request actions that are allowed through the state service for Shipment.
 *
 * @author ronan
 */
public enum LineItemStateChangeAction {
    CREATE, DELETE, VERIFY, UNTARIFF, TARIFF, DUTY_DRAWBACK_ISSUE, DUTY_DRAWBACK_SUCCESS, NO_DUTY_DRAWBACK, DUTY_DRAWBACK_EXCEEDED;
}