Package 

Class ValueSchemaBean

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class ValueSchemaBean
     implements Serializable
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String type
      public String unit
      public int min
      public int max
      public int step
      public int scale
    • Method Summary

      Modifier and Type Method Description
      String getUnit()
      void setUnit(String unit)
      int getMin()
      void setMin(int min)
      int getMax()
      void setMax(int max)
      int getStep()
      void setStep(int step)
      int getScale()
      void setScale(int scale)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait