Enum ISEPAParser.Names

java.lang.Object
java.lang.Enum<ISEPAParser.Names>
org.kapott.hbci.GV.parsers.ISEPAParser.Names
All Implemented Interfaces:
Serializable, Comparable<ISEPAParser.Names>, java.lang.constant.Constable
Enclosing interface:
ISEPAParser<T>

public static enum ISEPAParser.Names extends Enum<ISEPAParser.Names>
Enums fuer die verwendeten Schluessel-Namen in den Properties.
  • Enum Constant Details

  • Field Details

    • value

      private String value
  • Constructor Details

    • Names

      private Names(String value)
      ct.
      Parameters:
      value - der Schluessel-Name.
  • Method Details

    • values

      public static ISEPAParser.Names[] 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 ISEPAParser.Names 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
    • getValue

      public String getValue()
      Liefert den Schluessel-Namen.
      Returns:
      der Schluessel-Name.