public static class EMVStandardTagType.ProprietaryVariableDiscreteByteLength extends EMVTagType.ByteLength
Modifier and Type | Field and Description |
---|---|
static EMVTagType.ByteLength |
INSTANCE |
BYTE_LENGTH_PROPRIETARY, BYTE_LENGTH_VAR
Constructor and Description |
---|
ProprietaryVariableDiscreteByteLength(int minLength,
int maxLength) |
Modifier and Type | Method and Description |
---|---|
boolean |
isFixedLength() |
getMaxLength, getMinLength, setMaxLength, setMinLength
public static final EMVTagType.ByteLength INSTANCE
public ProprietaryVariableDiscreteByteLength(int minLength, int maxLength)
public boolean isFixedLength()
isFixedLength
in class EMVTagType.ByteLength