java.lang.Object
java.lang.Enum<FirmEnum>
es.kukenan.smartfi.microservice.transfer.service.enums.FirmEnum
All Implemented Interfaces:
Serializable, Comparable<FirmEnum>, Constable

public enum FirmEnum extends Enum<FirmEnum>
Values of products signature.
  • Enum Constant Details

    • Signature1

      public static final FirmEnum Signature1
      Signature 1.
    • Signature2

      public static final FirmEnum Signature2
      Signature 2.
    • Signature3

      public static final FirmEnum Signature3
      Signature 3.
    • Signature4

      public static final FirmEnum Signature4
      Signature 4.
  • Field Details

    • value

      private final String value
      Status value.
  • Constructor Details

    • FirmEnum

      private FirmEnum(String value)
      Constructor StatusEnum.
      Parameters:
      value - value
  • Method Details

    • values

      public static FirmEnum[] 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 FirmEnum 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
    • getTransferValues

      public static FirmEnum[] getTransferValues()
      Get enum for origin for transfer.
      Returns:
      origins
    • getValue

      public String getValue()
      Get Value.
      Returns:
      value