Package de.willuhn.jameica.hbci.rmi
Enum Class PurposeCode
- All Implemented Interfaces:
Serializable
,Comparable<PurposeCode>
,Constable
Enum fuer die verfuegbaren Purpose-Codes.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBonuszahlungen.Cash Management TransferVermögenswirksame LeistungenSpendenzahlungen.EinzahlungZahlung an öffentl.Nicht anders vorgeschriebenAndereLohnGutschrift/RücküberweisungMieteWiederkehrende Zahlungen / DauerauftragGehaltszahlungenSozialleistung -
Method Summary
Modifier and TypeMethodDescriptioncodes()
Liefert die Liste der bekannten Codes.static PurposeCode
Ermittelt den Purpose-Code.getCode()
Liefert den Code.getName()
Liefert einen sprechenden Namen fuer den Purpose-Code.toString()
static PurposeCode
Returns the enum constant of this class with the specified name.static PurposeCode[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RENT
Miete -
DEPT
Einzahlung -
REFU
Gutschrift/Rücküberweisung -
SALA
Gehaltszahlungen -
PAYR
Lohn -
SSBE
Sozialleistung -
GOWT
Zahlung an öffentl. Kassen -
CBFF
Vermögenswirksame Leistungen -
BONU
Bonuszahlungen. -
CHAR
Spendenzahlungen. -
RINP
Wiederkehrende Zahlungen / Dauerauftrag -
CASH
Cash Management Transfer -
NOWS
Nicht anders vorgeschrieben -
OTHR
Andere
-
-
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
-
getCode
Liefert den Code.- Returns:
- code der Code.
-
getName
Liefert einen sprechenden Namen fuer den Purpose-Code.- Returns:
- sprechender Name fuer den Purpose-Code.
-
find
Ermittelt den Purpose-Code.- Parameters:
code
- der Code. Kann NULL sein.- Returns:
- der Purpose-Code oder NULL, wenn der Code nicht bekannt ist.
-
toString
- Overrides:
toString
in classEnum<PurposeCode>
-
codes
Liefert die Liste der bekannten Codes.- Returns:
- die Liste der bekannten Codes.
-