Class Range

  • All Implemented Interfaces:
    java.io.Serializable

    public class Range
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String attributeId  
      private double max  
      private double min  
    • Constructor Summary

      Constructors 
      Constructor Description
      Range()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • attributeId

        private java.lang.String attributeId
      • min

        private double min
      • max

        private double max
    • Constructor Detail

      • Range

        public Range()