Class VolumeCellValue

  • All Implemented Interfaces:
    java.lang.Comparable<VolumeCellValue>

    public class VolumeCellValue
    extends java.lang.Object
    implements java.lang.Comparable<VolumeCellValue>
    • Constructor Detail

      • VolumeCellValue

        public VolumeCellValue​(Volume volume,
                               boolean displayNativeUnits)
      • VolumeCellValue

        public VolumeCellValue​(Volume volume)
      • VolumeCellValue

        public VolumeCellValue​(java.lang.String value)
    • Method Detail

      • setConfiguration

        public static void setConfiguration​(Configuration configuration)
      • getVolume

        public Volume getVolume()
      • setVolume

        public void setVolume​(Volume volume)
      • isDisplayNativeUnits

        public boolean isDisplayNativeUnits()
      • setDisplayNativeUnits

        public void setDisplayNativeUnits​(boolean displayNativeUnits)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object