Package org.kapott.hbci.GV_Result
Enum Class GVRVoP.VoPStatus
- All Implemented Interfaces:
Serializable,Comparable<GVRVoP.VoPStatus>,Constable
- Enclosing class:
GVRVoP
Enum mit den möglichen Rückgabe-Status.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBeinahe Übereinstimmung.Übereinstimmung.Keine Übereinstimmung.Nicht anwendbar.Wartet auf Rückmeldung. -
Method Summary
Modifier and TypeMethodDescriptionstatic GVRVoP.VoPStatusVersucht den Enum-Wert basierend auf dem Code zu ermitteln.static GVRVoP.VoPStatusVersucht den Enum-Wert basierend auf dem Namen zu ermitteln.getCode()Liefert den HBCI-Code.Liefert die Beschreibung.static GVRVoP.VoPStatusReturns the enum constant of this class with the specified name.static GVRVoP.VoPStatus[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MATCH
Übereinstimmung. -
NO_MATCH
Keine Übereinstimmung. -
CLOSE_MATCH
Beinahe Übereinstimmung. -
NOT_APPLICABLE
Nicht anwendbar. -
PENDING
Wartet auf Rückmeldung.
-
-
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 HBCI-Code.- Returns:
- code der HBCI-Code.
-
getDescription
Liefert die Beschreibung.- Returns:
- description die Beschreibung.
-
byCode
Versucht den Enum-Wert basierend auf dem Code zu ermitteln.- Parameters:
code- der Text mit dem Code.- Returns:
- die Enum oder NULL, wenn sie nicht ermittelbar ist.
-
byName
Versucht den Enum-Wert basierend auf dem Namen zu ermitteln.- Parameters:
name- der Text mit dem Namen.- Returns:
- die Enum oder NULL, wenn sie nicht ermittelbar ist.
-