Class SetPropertyItem

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

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

      • TYPE_

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

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

        public static final Name PROPERTY_NAME
        Name of the openGql.grammar.SetPropertyItem.propertyName field.
      • VALUE

        public static final Name VALUE
        Name of the openGql.grammar.SetPropertyItem.value field.
      • variable

        public final java.lang.String variable
      • propertyName

        public final java.lang.String propertyName
    • Constructor Detail

      • SetPropertyItem

        public SetPropertyItem​(java.lang.String variable,
                               java.lang.String propertyName,
                               ValueExpression value)
        Constructs an immutable SetPropertyItem.
    • 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
      • withPropertyName

        public SetPropertyItem withPropertyName​(java.lang.String propertyName)
        Returns a copy of this SetPropertyItem with propertyName replaced.