Enum Class OperatingMode

java.lang.Object
java.lang.Enum<OperatingMode>
com.skava.marketplace.app.orchestration.model.OperatingMode
All Implemented Interfaces:
Serializable, Comparable<OperatingMode>, Constable

public enum OperatingMode extends Enum<OperatingMode>
  • Enum Constant Details

    • FUNCTIONALITY_DISABLED

      public static final OperatingMode FUNCTIONALITY_DISABLED
    • FUNCTIONALITY_ENABLED_VAT_EXCLUSIVE

      public static final OperatingMode FUNCTIONALITY_ENABLED_VAT_EXCLUSIVE
    • FUNCTIONALITY_ENABLED_VAT_INCLUSIVE

      public static final OperatingMode FUNCTIONALITY_ENABLED_VAT_INCLUSIVE
  • Method Details

    • values

      public static OperatingMode[] 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 OperatingMode 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