public class Iso4217
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
COLUMN_ALPHABETIC |
static int |
COLUMN_CURRENCY |
static int |
COLUMN_ENTITY |
static int |
COLUMN_NUMERIC |
static java.lang.String[][] |
table |
Constructor and Description |
---|
Iso4217() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Numeric2Alphabetic(int numeric) |
public static final int COLUMN_ENTITY
public static final int COLUMN_CURRENCY
public static final int COLUMN_ALPHABETIC
public static final int COLUMN_NUMERIC
public static final java.lang.String[][] table