Class SetOperatorType

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.SetOperatorType type.
      • UNION

        public static final Name UNION
        Name of the openGql.grammar.SetOperatorType.union field.
      • EXCEPT

        public static final Name EXCEPT
        Name of the openGql.grammar.SetOperatorType.except field.
      • INTERSECT

        public static final Name INTERSECT
        Name of the openGql.grammar.SetOperatorType.intersect field.