Enum Class OrderSource

java.lang.Object
java.lang.Enum<OrderSource>
de.dlr.proseo.model.enums.OrderSource
All Implemented Interfaces:
Serializable, Comparable<OrderSource>, Constable

public enum OrderSource extends Enum<OrderSource>
Possible sources for Processing Orders
Author:
Dr. Thomas Bassler
  • Enum Constant Details

    • CLI

      public static final OrderSource CLI
      Order created from command-line interface
    • GUI

      public static final OrderSource GUI
      Order created in prosEO GUI
    • ODIP

      public static final OrderSource ODIP
      Order created from ODIP
    • OTHER

      public static final OrderSource OTHER
      Order source unknown (external call to order creation REST API)
  • Method Details

    • values

      public static OrderSource[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static OrderSource valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null