Modifier and Type | Method and Description |
---|---|
static CodaBankTag |
CodaBankTag.getBankType(int val)
Obtain the enum from the tag value or null if none.
|
static CodaBankTag |
CodaBankTag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CodaBankTag[] |
CodaBankTag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|