public static enum IBANParam.Typ extends java.lang.Enum<IBANParam.Typ>
Modifier and Type | Method and Description |
---|---|
static IBANParam.Typ |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IBANParam.Typ[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IBANParam.Typ NUMERIC
public static final IBANParam.Typ ALPHA
public static final IBANParam.Typ CHARACTER
public static IBANParam.Typ[] values()
for (IBANParam.Typ c : IBANParam.Typ.values()) System.out.println(c);
public static IBANParam.Typ 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 null