public static class EMVStandardTagType.ProprietaryVariableDataLength extends EMVTagType.DataLength
Modifier and Type | Field and Description |
---|---|
static EMVTagType.DataLength |
INSTANCE |
DATA_LENGTH_PROPRIETARY, DATA_LENGTH_VAR
Constructor and Description |
---|
ProprietaryVariableDataLength(int minLength,
int maxLength) |
Modifier and Type | Method and Description |
---|---|
boolean |
isFixedLength() |
getMaxLength, getMinLength, setMaxLength, setMinLength
public static final EMVTagType.DataLength INSTANCE
public ProprietaryVariableDataLength(int minLength, int maxLength)
public boolean isFixedLength()
isFixedLength
in class EMVTagType.DataLength