Package co.dapi.types

Class Range


  • public class Range
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Range​(int value, java.lang.String unit)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getUnit()  
      int getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Range

        public Range​(int value,
                     java.lang.String unit)
    • Method Detail

      • getValue

        public int getValue()
      • getUnit

        public java.lang.String getUnit()