Package de.willuhn.jameica.hbci.rmi
Enum Class BatchBookType
- All Implemented Interfaces:
Serializable
,Comparable<BatchBookType>
,Constable
Die verschiedenen Varianten des Batch-Booking-Flags.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic BatchBookType
Liefert den passenden Batchbook-Typ fuer den angegebenen Wert.static BatchBookType
Liefert den passenden Batchbook-Typ fuer den angegebenen Wert.static BatchBookType
byXmlValue
(String value) Liefert den passenden Batchbook-Typ fuer den angegebenen Wert wie er in der XML-Datei steht.Liefert den zugehoerigen Boolean-Wert.Liefert einen sprechenden Namen fuer den Typ.getValue()
Liefert den zugehoerigen Property-Wert.toString()
static BatchBookType
Returns the enum constant of this class with the specified name.static BatchBookType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
BatchBooking-Flag gar nicht mitschicken. -
TRUE
BatchBooking-Flag als true senden. -
FALSE
BatchBooking-Flag als false senden.
-
-
Field Details
-
DEFAULT
Der Default-Typ (NONE).
-
-
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
-
getValue
Liefert den zugehoerigen Property-Wert.- Returns:
- der zugehoerige Property-Wert.
-
getBooleanValue
Liefert den zugehoerigen Boolean-Wert.- Returns:
- der zugehoerige Boolean-Wert.
-
getDescription
Liefert einen sprechenden Namen fuer den Typ.- Returns:
- sprechender Name fuer den Typ.
-
byValue
Liefert den passenden Batchbook-Typ fuer den angegebenen Wert.- Parameters:
value
- der Wert.- Returns:
- die zugehoerige Enum oder NULL, wenn der Typ nicht gefunden wurde.
-
byXmlValue
Liefert den passenden Batchbook-Typ fuer den angegebenen Wert wie er in der XML-Datei steht.- Parameters:
value
- der Wert.- Returns:
- die zugehoerige Enum. Niemals NULL sondern in dem Fall
NONE
.
-
byValue
Liefert den passenden Batchbook-Typ fuer den angegebenen Wert.- Parameters:
value
- der Wert.- Returns:
- die zugehoerige Enum.
-
toString
- Overrides:
toString
in classEnum<BatchBookType>
-