Class RGLMeasureSystem

java.lang.Object
com.regula.documentreader.api.enums.RGLMeasureSystem

public class RGLMeasureSystem extends 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 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    It's the Imperial System of Measurement, where things are measured in feet, inches and pounds
    static final int
    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
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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:
    • IMPERIAL

      public static final int IMPERIAL
      It's the Imperial System of Measurement, where things are measured in feet, inches and pounds
      See Also:
  • Constructor Details

    • RGLMeasureSystem

      public RGLMeasureSystem()