Class RemoveLabelItem

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

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

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.RemoveLabelItem type.
      • VARIABLE

        public static final Name VARIABLE
        Name of the openGql.grammar.RemoveLabelItem.variable field.
      • IS_OR_COLON

        public static final Name IS_OR_COLON
        Name of the openGql.grammar.RemoveLabelItem.isOrColon field.
      • LABEL

        public static final Name LABEL
        Name of the openGql.grammar.RemoveLabelItem.label field.
      • variable

        public final java.lang.String variable
      • isOrColon

        public final IsOrColon isOrColon
      • label

        public final java.lang.String label
    • Constructor Detail

      • RemoveLabelItem

        public RemoveLabelItem​(java.lang.String variable,
                               IsOrColon isOrColon,
                               java.lang.String label)
        Constructs an immutable RemoveLabelItem.
    • 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