Class RGLMeasureSystem
- java.lang.Object
-
- com.regula.documentreader.api.enums.RGLMeasureSystem
-
public class RGLMeasureSystem extends java.lang.Object
The constants of the enumeration identify the system for measuring distances and weight
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
RGLMeasureSystem.MeasureSystem
-
Field Summary
Fields Modifier and Type Field Description static int
IMPERIAL
It's the Imperial System of Measurement, where things are measured in feet, inches and poundsstatic int
METRIC
It's the Metric System of Measurement, which uses the measuring units such as meters and grams and adds prefixes like kilo, milli and centi to count orders of magnitude
-
Constructor Summary
Constructors Constructor Description RGLMeasureSystem()
-
-
-
Field Detail
-
METRIC
public static final int METRIC
It's the Metric System of Measurement, which uses the measuring units such as meters and grams and adds prefixes like kilo, milli and centi to count orders of magnitude- See Also:
- Constant Field Values
-
IMPERIAL
public static final int IMPERIAL
It's the Imperial System of Measurement, where things are measured in feet, inches and pounds- See Also:
- Constant Field Values
-
-