Class SetOperator

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<SetOperator>

    public class SetOperator
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<SetOperator>
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.SetOperator type.
      • OPERATOR_TYPE

        public static final Name OPERATOR_TYPE
        Name of the openGql.grammar.SetOperator.operatorType field.
      • QUANTIFIER

        public static final Name QUANTIFIER
        Name of the openGql.grammar.SetOperator.quantifier field.
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • compareTo

        public int compareTo​(SetOperator other)
        Specified by:
        compareTo in interface java.lang.Comparable<SetOperator>