Modifier and Type | Field and Description |
---|---|
private java.lang.String |
message |
private java.lang.String |
number |
private int |
status |
Modifier and Type | Method and Description |
---|---|
static IBANCode |
fromString(java.lang.String code) |
java.lang.String |
getMessage() |
java.lang.String |
getNumber() |
int |
getStatus() |
static IBANCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IBANCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IBANCode GUELTIG
public static final IBANCode KONTONUMMERERSETZT
public static final IBANCode PRUEFZIFFERNMETHODEFEHLT
public static final IBANCode BLZUNGUELTIG
public static final IBANCode AUFBAUKONTONUMMERFALSCH
public static final IBANCode KOMBINATIONBLZKONTOUNZULAESSIG
public static final IBANCode GEMELDETEBLZZURLOESCHUNGVORGEMERKT
public static final IBANCode GEMELDETEBLZURLOESCHUNGOHNENACHFOLGEBLZ
public static final IBANCode IBANALTUNGUELTIG
public static final IBANCode PRUEFZIFFERIBANALTFALSCH
public static final IBANCode BICNICHTGUELTIG
public static final IBANCode KONTOKEINKONTODERUMSTELLENDENSTELLE
public static final IBANCode IBANBERECHNUNGNICHTMOEGLICH
public static final IBANCode KONTONUMMERUNGUELTIG
private final java.lang.String number
private final java.lang.String message
private final int status
public static IBANCode[] values()
for (IBANCode c : IBANCode.values()) System.out.println(c);
public static IBANCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getNumber()
public java.lang.String getMessage()
public int getStatus()
public static IBANCode fromString(java.lang.String code)