Class RAH10Format
java.lang.Object
de.willuhn.jameica.hbci.passports.rdh.keyformat.AbstractKeyFormat
de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat
de.willuhn.jameica.hbci.passports.rdh.keyformat.RAH10Format
- All Implemented Interfaces:
KeyFormat
,Comparable<KeyFormat>
Implementierung des Schluesselformats im RAH10-Format.
-
Field Summary
Fields inherited from class de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat
i18n
Fields inherited from interface de.willuhn.jameica.hbci.passports.rdh.keyformat.KeyFormat
FEATURE_CREATE, FEATURE_IMPORT
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.willuhn.jameica.hbci.passports.rdh.keyformat.HBCI4JavaFormat
createKey, hasFeature, importKey, load
Methods inherited from class de.willuhn.jameica.hbci.passports.rdh.keyformat.AbstractKeyFormat
compareTo
-
Constructor Details
-
RAH10Format
public RAH10Format()
-
-
Method Details
-
getName
Description copied from interface:KeyFormat
Liefert einen sprechenden Namen des Formats.- Specified by:
getName
in interfaceKeyFormat
- Overrides:
getName
in classHBCI4JavaFormat
- Returns:
- Sprechender Name.
- See Also:
-
getOrder
public int getOrder()Description copied from interface:KeyFormat
Liefert einen numerischen Wert fuer die Sortierung.- Specified by:
getOrder
in interfaceKeyFormat
- Overrides:
getOrder
in classAbstractKeyFormat
- Returns:
- numerischer Wert fuer die Sortierung. Je hoeher der Wert ist, desto weiter hinten ist er einsortiert.
- See Also:
-