Enum BbanEntryType

java.lang.Object
java.lang.Enum<BbanEntryType>
org.iban4j.bban.BbanEntryType
All Implemented Interfaces:
Serializable, Comparable<BbanEntryType>

public enum BbanEntryType extends Enum<BbanEntryType>
Basic Bank Account Number Entry Types.
  • Enum Constant Details

    • bank_code

      public static final BbanEntryType bank_code
    • branch_code

      public static final BbanEntryType branch_code
    • account_number

      public static final BbanEntryType account_number
    • national_check_digit

      public static final BbanEntryType national_check_digit
    • account_type

      public static final BbanEntryType account_type
    • owner_account_number

      public static final BbanEntryType owner_account_number
    • identification_number

      public static final BbanEntryType identification_number
  • Method Details

    • values

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