public class IBANParam
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
IBANParam.Typ |
Modifier and Type | Field and Description |
---|---|
private int |
len |
private IBANParam.Typ |
typ |
Constructor and Description |
---|
IBANParam(int len,
IBANParam.Typ typ) |
Modifier and Type | Method and Description |
---|---|
int |
getLen() |
IBANParam.Typ |
getTyp() |
private int len
private IBANParam.Typ typ
public IBANParam(int len, IBANParam.Typ typ)
public int getLen()
public IBANParam.Typ getTyp()