public abstract static class EMVTagType.ByteLength
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
BYTE_LENGTH_PROPRIETARY |
static int |
BYTE_LENGTH_VAR |
Constructor and Description |
---|
ByteLength(int minLength) |
ByteLength(int minLength,
int maxLength) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxLength() |
int |
getMinLength() |
abstract boolean |
isFixedLength() |
void |
setMaxLength(int maxLength) |
void |
setMinLength(int minLength) |
public static final int BYTE_LENGTH_PROPRIETARY
public static final int BYTE_LENGTH_VAR