Uses of Enum
org.kapott.hbci.GV.parsers.ISEPAParser.Names
Packages that use ISEPAParser.Names
-
Uses of ISEPAParser.Names in org.kapott.hbci.GV.parsers
Subclasses with type arguments of type ISEPAParser.Names in org.kapott.hbci.GV.parsersModifier and TypeClassDescriptionstatic enumEnums fuer die verwendeten Schluessel-Namen in den Properties.Methods in org.kapott.hbci.GV.parsers that return ISEPAParser.NamesModifier and TypeMethodDescriptionstatic ISEPAParser.NamesReturns the enum constant of this type with the specified name.static ISEPAParser.Names[]ISEPAParser.Names.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kapott.hbci.GV.parsers with parameters of type ISEPAParser.NamesModifier and TypeMethodDescription(package private) voidAbstractSepaParser.put(Properties props, ISEPAParser.Names name, String value) Speichert den Wert in den Properties.