Class SimpleCase

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

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

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.SimpleCase type.
      • CASE_OPERAND

        public static final Name CASE_OPERAND
        Name of the openGql.grammar.SimpleCase.caseOperand field.
      • WHEN_CLAUSES

        public static final Name WHEN_CLAUSES
        Name of the openGql.grammar.SimpleCase.whenClauses field.
      • ELSE_CLAUSE

        public static final Name ELSE_CLAUSE
        Name of the openGql.grammar.SimpleCase.elseClause 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​(SimpleCase other)
        Specified by:
        compareTo in interface java.lang.Comparable<SimpleCase>