Package 

Interface INumDp

  • All Implemented Interfaces:
    com.thingclips.smart.dp.parser.api.IDpParser

    
    public interface INumDp
     implements IDpParser<Int>
                        

    create by dongdaqingmibo 2023/8/29 15:33

    • Method Summary

      Modifier and Type Method Description
      abstract Integer getMin() min value
      abstract Integer getMax() max value
      abstract Integer getStep() min step
      abstract Integer getScale()
      abstract String getUnit()
      • Methods inherited from class com.thingclips.smart.dp.parser.api.INumDp

        getCommands, getDisplayStatus, getDisplayStatusForQuickOp, getDisplayTitle, getDpId, getDpShowType, getIconFont, getSchema, getStandardSchema, getType, getValue
      • Methods inherited from class java.lang.Object

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

      • getMin

         abstract Integer getMin()

        min value

      • getMax

         abstract Integer getMax()

        max value

      • getStep

         abstract Integer getStep()

        min step

      • getUnit

         abstract String getUnit()