Class RemovePropertyItem

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

    public class RemovePropertyItem
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<RemovePropertyItem>
    A GQL remove property item
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

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

        public static final Name VARIABLE
        Name of the openGql.grammar.RemovePropertyItem.variable field.
      • PROPERTY_NAME

        public static final Name PROPERTY_NAME
        Name of the openGql.grammar.RemovePropertyItem.propertyName field.
      • variable

        public final java.lang.String variable
      • propertyName

        public final java.lang.String propertyName
    • Constructor Detail

      • RemovePropertyItem

        public RemovePropertyItem​(java.lang.String variable,
                                  java.lang.String propertyName)
        Constructs an immutable RemovePropertyItem.
    • 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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object