Class GqlProgram

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

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

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.GqlProgram type.
      • ACTIVITY

        public static final Name ACTIVITY
        Name of the openGql.grammar.GqlProgram.activity field.
      • CLOSE

        public static final Name CLOSE
        Name of the openGql.grammar.GqlProgram.close field.
      • close

        public final Optional<java.lang.Void> close
    • 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​(GqlProgram other)
        Specified by:
        compareTo in interface java.lang.Comparable<GqlProgram>