Enum Class InvalidCounterRow.Code

java.lang.Object
java.lang.Enum<InvalidCounterRow.Code>
ch.tocco.nice2.model.entity.api.schema.events.InvalidCounterRow.Code
All Implemented Interfaces:
Serializable, Comparable<InvalidCounterRow.Code>, Constable
Enclosing class:
InvalidCounterRow

public static enum InvalidCounterRow.Code extends Enum<InvalidCounterRow.Code>
  • Enum Constant Details

    • NO_BUID

      public static final InvalidCounterRow.Code NO_BUID
      Encodes the case, when there is no business-unit id for a business-related entity
    • BU_SET

      public static final InvalidCounterRow.Code BU_SET
      Encodes the case, when is a business-unit id for a non-business-related entity
    • DUPLICATE

      public static final InvalidCounterRow.Code DUPLICATE
      Encodes the case of duplicate counter rows.
  • Method Details

    • values

      public static InvalidCounterRow.Code[] 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 InvalidCounterRow.Code 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