Package 

Class EnumRule


  • 
    public class EnumRule
    
                        

    Created by Kunyang.Lee on 2017/9/7.

    • Method Summary

      Modifier and Type Method Description
      static EnumRule newInstance(String key, String chooseValue) Create rule of boolean type
      • Methods inherited from class java.lang.Object

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

      • newInstance

         static EnumRule newInstance(String key, String chooseValue)

        Create rule of boolean type

        Parameters:
        key - The key of data point
        chooseValue - The value when the condition holds