Class RangeConfig


  • public class RangeConfig
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean exclusiveMax  
      boolean exclusiveMin  
      java.math.BigDecimal max  
      java.math.BigDecimal min  
    • Constructor Summary

      Constructors 
      Constructor Description
      RangeConfig​(java.math.BigDecimal min, java.math.BigDecimal max, boolean exclusiveMin, boolean exclusiveMax)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static RangeConfig fromJson​(com.inductiveautomation.ignition.common.gson.JsonObject jsonObject)  
      com.inductiveautomation.ignition.common.gson.JsonObject toJsonObject()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • min

        public final java.math.BigDecimal min
      • max

        public final java.math.BigDecimal max
      • exclusiveMin

        public final boolean exclusiveMin
      • exclusiveMax

        public final boolean exclusiveMax
    • Constructor Detail

      • RangeConfig

        public RangeConfig​(java.math.BigDecimal min,
                           java.math.BigDecimal max,
                           boolean exclusiveMin,
                           boolean exclusiveMax)
    • Method Detail

      • fromJson

        public static RangeConfig fromJson​(com.inductiveautomation.ignition.common.gson.JsonObject jsonObject)
      • toJsonObject

        public com.inductiveautomation.ignition.common.gson.JsonObject toJsonObject()
      • toString

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