Class SelectRange


  • public class SelectRange
    extends Selector
    Implementation of a DQC select range.
    • Method Detail

      • getMin

        public String getMin()
      • getMax

        public String getMax()
      • getUnits

        public String getUnits()
      • isModulo

        public boolean isModulo()
      • getResolution

        public String getResolution()
      • equals

        public boolean equals​(Object o)
        Description copied from class: Selector
        Instances which have same id are equal.
        Overrides:
        equals in class Selector
      • hashCode

        public int hashCode()
        Override Object.hashCode() to implement equals.
        Overrides:
        hashCode in class Selector