Interface OrderTypeSuggestions


public interface OrderTypeSuggestions
Implementations of this class provide suggestions for transport order types.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a set of types that can be assigned to a transport order.
  • Method Details

    • getTypeSuggestions

      Set<String> getTypeSuggestions()
      Returns a set of types that can be assigned to a transport order.
      Returns:
      A set of types that can be assigned to a transport order.