Class TrimOperands

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

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

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.TrimOperands type.
      • SPECIFICATION

        public static final Name SPECIFICATION
        Name of the openGql.grammar.TrimOperands.specification field.
      • CHARACTER_OR_BYTE_STRING

        public static final Name CHARACTER_OR_BYTE_STRING
        Name of the openGql.grammar.TrimOperands.characterOrByteString field.
      • SOURCE

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