Package org.openwms.core.units
Class UnitConstants
java.lang.Object
org.openwms.core.units.UnitConstants
A UnitConstants.
- Author:
- Heiko Scherrer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Length of a Quantity field: 16static final int
Length of a Weight field: 16 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
QUANTITY_LENGTH
public static final int QUANTITY_LENGTHLength of a Quantity field: 16- See Also:
-
WEIGHT_LENGTH
public static final int WEIGHT_LENGTHLength of a Weight field: 16- See Also:
-
-
Constructor Details
-
UnitConstants
private UnitConstants()
-