Package de.intarsys.tools.currency
Class Iso4217
- java.lang.Object
-
- de.intarsys.tools.currency.Iso4217
-
public class Iso4217 extends java.lang.Object
http://www.iso.org/iso/en/prods-services/popstds/currencycodeslist.html
-
-
Field Summary
Fields Modifier and Type Field Description static int
COLUMN_ALPHABETIC
static int
COLUMN_CURRENCY
static int
COLUMN_ENTITY
static int
COLUMN_NUMERIC
static java.lang.String[][]
table
-
Constructor Summary
Constructors Constructor Description Iso4217()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
Numeric2Alphabetic(int numeric)
-
-
-
Field Detail
-
COLUMN_ENTITY
public static final int COLUMN_ENTITY
- See Also:
- Constant Field Values
-
COLUMN_CURRENCY
public static final int COLUMN_CURRENCY
- See Also:
- Constant Field Values
-
COLUMN_ALPHABETIC
public static final int COLUMN_ALPHABETIC
- See Also:
- Constant Field Values
-
COLUMN_NUMERIC
public static final int COLUMN_NUMERIC
- See Also:
- Constant Field Values
-
table
public static final java.lang.String[][] table
-
-