Enum IBANType
- java.lang.Object
-
- java.lang.Enum<IBANType>
-
- net.andreinc.mockneat.types.enums.IBANType
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Pair<java.lang.Integer,CharsType>>getBban()intgetLength()java.lang.StringgetPrefix()static IBANTypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IBANType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ALBANIA
public static final IBANType ALBANIA
-
ANDORRA
public static final IBANType ANDORRA
-
AUSTRIA
public static final IBANType AUSTRIA
-
AZERBAIJAN
public static final IBANType AZERBAIJAN
-
BAHRAIN
public static final IBANType BAHRAIN
-
BELARUS
public static final IBANType BELARUS
-
BELGIUM
public static final IBANType BELGIUM
-
BOSNIA_AND_HERZEGOVINA
public static final IBANType BOSNIA_AND_HERZEGOVINA
-
BRAZIL
public static final IBANType BRAZIL
-
BULGARIA
public static final IBANType BULGARIA
-
COSTA_RICA
public static final IBANType COSTA_RICA
-
CYPRUS
public static final IBANType CYPRUS
-
CZECH_REPUBLIC
public static final IBANType CZECH_REPUBLIC
-
DENMARK
public static final IBANType DENMARK
-
DOMINICAN_REPUBLIC
public static final IBANType DOMINICAN_REPUBLIC
-
EAST_TIMOR
public static final IBANType EAST_TIMOR
-
ESTONIA
public static final IBANType ESTONIA
-
FAROE_ISLANDS
public static final IBANType FAROE_ISLANDS
-
FINLAND
public static final IBANType FINLAND
-
FRANCE
public static final IBANType FRANCE
-
GEORGIA
public static final IBANType GEORGIA
-
GERMANY
public static final IBANType GERMANY
-
GIBRALTAR
public static final IBANType GIBRALTAR
-
GREECE
public static final IBANType GREECE
-
GREENLAND
public static final IBANType GREENLAND
-
GUATEMALA
public static final IBANType GUATEMALA
-
HUNGARY
public static final IBANType HUNGARY
-
ICELAND
public static final IBANType ICELAND
-
IRELAND
public static final IBANType IRELAND
-
ISRAEL
public static final IBANType ISRAEL
-
ITALY
public static final IBANType ITALY
-
JORDAN
public static final IBANType JORDAN
-
KAZAKHSTAN
public static final IBANType KAZAKHSTAN
-
KOSOVO
public static final IBANType KOSOVO
-
KUWAIT
public static final IBANType KUWAIT
-
LATVIA
public static final IBANType LATVIA
-
LEBANON
public static final IBANType LEBANON
-
LIECHTENSTEIN
public static final IBANType LIECHTENSTEIN
-
LITHUANIA
public static final IBANType LITHUANIA
-
LUXEMBOURG
public static final IBANType LUXEMBOURG
-
MACEDONIA
public static final IBANType MACEDONIA
-
MALTA
public static final IBANType MALTA
-
MAURITANIA
public static final IBANType MAURITANIA
-
MAURITIUS
public static final IBANType MAURITIUS
-
MONACO
public static final IBANType MONACO
-
MOLDOVA
public static final IBANType MOLDOVA
-
MONTENEGRO
public static final IBANType MONTENEGRO
-
NETHERLANDS
public static final IBANType NETHERLANDS
-
NORWAY
public static final IBANType NORWAY
-
PAKISTAN
public static final IBANType PAKISTAN
-
PALESTINIAN_TERRITORIES
public static final IBANType PALESTINIAN_TERRITORIES
-
POLAND
public static final IBANType POLAND
-
PORTUGAL
public static final IBANType PORTUGAL
-
QATAR
public static final IBANType QATAR
-
ROMANIA
public static final IBANType ROMANIA
-
SAN_MARINO
public static final IBANType SAN_MARINO
-
SAUDI_ARABIA
public static final IBANType SAUDI_ARABIA
-
SERBIA
public static final IBANType SERBIA
-
SLOVAKIA
public static final IBANType SLOVAKIA
-
SLOVENIA
public static final IBANType SLOVENIA
-
SPAIN
public static final IBANType SPAIN
-
SWEDEN
public static final IBANType SWEDEN
-
SWITZERLAND
public static final IBANType SWITZERLAND
-
TUNISIA
public static final IBANType TUNISIA
-
TURKEY
public static final IBANType TURKEY
-
UAE
public static final IBANType UAE
-
UK
public static final IBANType UK
-
-
Method Detail
-
values
public static IBANType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (IBANType c : IBANType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static IBANType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getLength
public int getLength()
-
getPrefix
public java.lang.String getPrefix()
-
-