Interface OrderTypeSuggestions


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

    Modifier and Type Method Description
    java.util.Set<java.lang.String> getTypeSuggestions()
    Returns a set of types that can be assigned to a transport order.
  • Method Details

    • getTypeSuggestions

      java.util.Set<java.lang.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.