@Deprecated public class QuantityCode extends CodeValidation
| Modifier and Type | Field and Description |
|---|---|
static String |
BAG
Deprecated.
|
static String |
BARREL
Deprecated.
|
static String |
BOTTLE
Deprecated.
|
static String |
BOTTLECRATE
Deprecated.
|
static String |
BOX
Deprecated.
|
static String |
CAN
Deprecated.
|
static String |
CARTON
Deprecated.
|
static String |
CASE
Deprecated.
|
static String |
PALLET
Deprecated.
|
static String |
ROLL
Deprecated.
|
static String |
SACK
Deprecated.
|
static String |
UNPACKAGED
Deprecated.
|
| Constructor and Description |
|---|
QuantityCode()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(String code)
Deprecated.
The code list provided with the ZUGFeRD standard only lists twelve codes.
|
check, isLowercase, isNumeric, isUppercasepublic static final String BARREL
public static final String BOTTLECRATE
public static final String BAG
public static final String BOTTLE
public static final String BOX
public static final String CASE
public static final String CARTON
public static final String CAN
public static final String UNPACKAGED
public static final String PALLET
public static final String ROLL
public static final String SACK
public boolean isValid(String code)
isValid in class CodeValidationcode - the code to be testedCopyright © 2023. All rights reserved.