Package 

Class EnumSchemaBean

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class EnumSchemaBean
     implements Serializable
                        

    Describe enum type data point.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String type
      public Set<String> range
    • Method Summary

      Modifier and Type Method Description
      Set<String> getRange() Get data point value range of enum type.
      void setRange(Set<String> range) Set data point value range of enum type.
      • Methods inherited from class java.lang.Object

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

      • getRange

         Set<String> getRange()

        Get data point value range of enum type.

      • setRange

         void setRange(Set<String> range)

        Set data point value range of enum type.

        Parameters:
        range - data point value range of enum type.