Class RemovePropertyItem

    • 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