Enum Class TransactionStatus

java.lang.Object
java.lang.Enum<TransactionStatus>
de.hybris.platform.payment.dto.TransactionStatus
All Implemented Interfaces:
Serializable, Comparable<TransactionStatus>, Constable

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

    • ACCEPTED

      public static final TransactionStatus ACCEPTED
      Generated enum value for TransactionStatus.ACCEPTED value defined at extension payment.
    • ERROR

      public static final TransactionStatus ERROR
      Generated enum value for TransactionStatus.ERROR value defined at extension payment.
    • REJECTED

      public static final TransactionStatus REJECTED
      Generated enum value for TransactionStatus.REJECTED value defined at extension payment.
    • REVIEW

      public static final TransactionStatus REVIEW
      Generated enum value for TransactionStatus.REVIEW value defined at extension payment.
  • Method Details

    • values

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