Enum Class AuslandsUeberweisungTyp

java.lang.Object
java.lang.Enum<AuslandsUeberweisungTyp>
de.willuhn.jameica.hbci.server.AuslandsUeberweisungTyp
All Implemented Interfaces:
Serializable, Comparable<AuslandsUeberweisungTyp>, Constable

public enum AuslandsUeberweisungTyp extends Enum<AuslandsUeberweisungTyp>
Enum mit den Auftragstypen.
  • Enum Constant Details

  • Method Details

    • values

      public static AuslandsUeberweisungTyp[] 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 AuslandsUeberweisungTyp 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
    • getDescription

      public String getDescription()
      Liefert den Beschreibungstext.
      Returns:
      description
    • determine

      public static AuslandsUeberweisungTyp determine(AuslandsUeberweisung u) throws RemoteException
      Ermittelt den Typ anhand des Auftrages.
      Parameters:
      u - der Auftrag.
      Returns:
      der Typ.
      Throws:
      RemoteException
    • apply

      public void apply(AuslandsUeberweisung u) throws RemoteException
      Uebernimmt den Typ in den Auftrag.
      Parameters:
      u - der Auftrag.
      Throws:
      RemoteException