public abstract static class EMVTagType.DataLength
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DATA_LENGTH_PROPRIETARY |
static int |
DATA_LENGTH_VAR |
Constructor and Description |
---|
DataLength(int minLength) |
DataLength(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 DATA_LENGTH_VAR
public static final int DATA_LENGTH_PROPRIETARY