Enum Class AuslandsUeberweisungControl.Typ
java.lang.Object
java.lang.Enum<AuslandsUeberweisungControl.Typ>
de.willuhn.jameica.hbci.gui.controller.AuslandsUeberweisungControl.Typ
- All Implemented Interfaces:
Serializable
,Comparable<AuslandsUeberweisungControl.Typ>
,Constable
- Enclosing class:
AuslandsUeberweisungControl
Hilfsklasse fuer den Auftragstyp.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEchtzeitueberweisungTerminueberweisungUeberweisungUmbuchung -
Method Summary
Modifier and TypeMethodDescriptionvoid
Uebernimmt den Typ in den Auftrag.Ermittelt den Typ anhand des Auftrages.Liefert den Beschreibungstext.Returns the enum constant of this class with the specified name.static AuslandsUeberweisungControl.Typ[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UEBERWEISUNG
Ueberweisung -
TERMIN
Terminueberweisung -
UMBUCHUNG
Umbuchung -
INSTANT
Echtzeitueberweisung
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getDescription
Liefert den Beschreibungstext.- Returns:
- description
-
determine
public static AuslandsUeberweisungControl.Typ determine(AuslandsUeberweisung u) throws RemoteException Ermittelt den Typ anhand des Auftrages.- Parameters:
u
- der Auftrag.- Returns:
- der Typ.
- Throws:
RemoteException
-
apply
Uebernimmt den Typ in den Auftrag.- Parameters:
u
- der Auftrag.- Throws:
RemoteException
-