package com.tradecloud.domain.model.shipment; /** * States for a shipment. */ public enum PackingListState { UNSIGNED_OFF, SIGNED_OFF; }