Class SimpleWhenClause

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

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

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.SimpleWhenClause type.
      • WHEN_OPERANDS

        public static final Name WHEN_OPERANDS
        Name of the openGql.grammar.SimpleWhenClause.whenOperands field.
      • RESULT

        public static final Name RESULT
        Name of the openGql.grammar.SimpleWhenClause.result field.
      • whenOperands

        public final java.util.List<WhenOperand> whenOperands
      • result

        public final Result result
    • 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