Class PropertyReference

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

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

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.PropertyReference type.
      • VALUE_EXPRESSION

        public static final Name VALUE_EXPRESSION
        Name of the openGql.grammar.PropertyReference.valueExpression field.
      • PROPERTY_NAME

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

        public final java.lang.String propertyName
    • 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