Class BicUtil
- java.lang.Object
-
- de.knightsoftnet.validators.shared.util.BicUtil
-
public class BicUtil extends Object
bic Util, helper methodes for bics.- Author:
- Manfred Tremmel
-
-
Field Summary
Fields Modifier and Type Field Description static charSEPARATORcharacter used for separating blocks.
-
Constructor Summary
Constructors Constructor Description BicUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringbicCompress(String pstring)compress bic, remove all blanks inside.static CountryEnumgetCountryOfBic(String pstring)get country of bic.
-
-
-
Field Detail
-
SEPARATOR
public static final char SEPARATOR
character used for separating blocks.- See Also:
- Constant Field Values
-
-
Method Detail
-
bicCompress
public static String bicCompress(String pstring)
compress bic, remove all blanks inside.- Parameters:
pstring- string to compress- Returns:
- bic without spaces
-
getCountryOfBic
public static CountryEnum getCountryOfBic(String pstring)
get country of bic.- Parameters:
pstring- string with bic- Returns:
- country
-
-