Enum TransferStatusEnum

java.lang.Object
java.lang.Enum<TransferStatusEnum>
cdm.event.common.TransferStatusEnum
All Implemented Interfaces:
Serializable, Comparable<TransferStatusEnum>

@RosettaEnum("TransferStatusEnum") public enum TransferStatusEnum extends Enum<TransferStatusEnum>
The enumeration values to specify the transfer status.
Version:
5.30.0
  • Enum Constant Details

    • DISPUTED

      @RosettaEnumValue("Disputed") public static final TransferStatusEnum DISPUTED
      The transfer is disputed.
    • INSTRUCTED

      @RosettaEnumValue("Instructed") public static final TransferStatusEnum INSTRUCTED
      The transfer has been instructed.
    • PENDING

      @RosettaEnumValue("Pending") public static final TransferStatusEnum PENDING
      The transfer is pending instruction.
    • SETTLED

      @RosettaEnumValue("Settled") public static final TransferStatusEnum SETTLED
      The transfer has been settled.
    • NETTED

      @RosettaEnumValue("Netted") public static final TransferStatusEnum NETTED
      The transfer has been netted into a separate Transfer.
  • Method Details

    • values

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

      public static TransferStatusEnum valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromDisplayName

      public static TransferStatusEnum fromDisplayName(String name)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<TransferStatusEnum>
    • toDisplayString

      public String toDisplayString()