| Package | Description |
|---|---|
| io.konik.csv.converter | |
| io.konik.zugferd.entity |
ZUGFeRD entities.
|
| io.konik.zugferd.unece.codes |
Data Types package created from UN/EDIFACT Core Components Library (UN/CCL)
|
| Modifier and Type | Method and Description |
|---|---|
protected static DocumentCode |
RowToInvoiceConverter.getCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
DocumentCode |
Header.getCode()
Gets UNCL 1001 Document Name Code.
|
| Modifier and Type | Method and Description |
|---|---|
Header |
Header.setCode(DocumentCode code)
Sets the UNCL 1001 Document Name Code.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentCode |
DocumentCode.getByCode(String code)
Gets the type by the provided code.
|
static DocumentCode |
DocumentCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentCode[] |
DocumentCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014-2016 Konik.io. All Rights Reserved.