Package | Description |
---|---|
io.konik.csv.model | |
io.konik.zugferd.unece.codes |
Data Types package created from UN/EDIFACT Core Components Library (UN/CCL)
|
io.konik.zugferd.unqualified |
ZUGFeRD unqualified data types.
|
Modifier and Type | Method and Description |
---|---|
UnitOfMeasurement |
Row.Item.getUnit() |
Modifier and Type | Method and Description |
---|---|
Row.Item |
Row.Item.setUnit(UnitOfMeasurement unit) |
Modifier and Type | Method and Description |
---|---|
static UnitOfMeasurement |
UnitOfMeasurement.getByCode(java.lang.String code)
Gets the type by code.
|
static UnitOfMeasurement |
UnitOfMeasurement.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UnitOfMeasurement[] |
UnitOfMeasurement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UnitOfMeasurement |
Quantity.getUnit()
Gets the unit.
|
Modifier and Type | Method and Description |
---|---|
void |
Quantity.setUnit(UnitOfMeasurement unit)
Sets the unit.
|
Constructor and Description |
---|
Quantity(java.math.BigDecimal value,
UnitOfMeasurement unit)
Instantiates a new quantity.
|
Quantity(int value,
UnitOfMeasurement unit)
Instantiates a new quantity.
|
Copyright © 2014-2018 Konik.io. All Rights Reserved.