Interface OrderConstants


public interface OrderConstants
Defines some constants for TransportOrders and OrderSequences.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String TYPE_ANY
    The string representing the any type.
    static java.lang.String TYPE_CHARGE
    A type for charge orders.
    static java.lang.String TYPE_NONE
    The default type of orders.
    static java.lang.String TYPE_PARK
    A type for park orders.
    static java.lang.String TYPE_TRANSPORT
    A type for transport orders.