Class GeneratedProcessingConstants.Enumerations.BooleanOperator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String AND  
      static java.lang.String OR  
    • Constructor Summary

      Constructors 
      Constructor Description
      BooleanOperator()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • AND

        public static final java.lang.String AND
      • OR

        public static final java.lang.String OR
    • Constructor Detail

      • BooleanOperator

        public BooleanOperator()