Package hydra.cypher.openCypher
Class PropertyLookup
- java.lang.Object
-
- hydra.cypher.openCypher.PropertyLookup
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<PropertyLookup>
public class PropertyLookup extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<PropertyLookup>
A single property access, as in .property- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPropertyLookup.BuilderA fluent builder forPropertyLookup.
-
Constructor Summary
Constructors Constructor Description PropertyLookup(PropertyKeyName value)Constructs an immutablePropertyLookup.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PropertyLookup.Builderbuilder()Creates a new fluent builder forPropertyLookup.intcompareTo(PropertyLookup other)booleanequals(java.lang.Object other)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of thehydra.cypher.openCypher.PropertyLookuptype.
-
VALUE
public static final Name VALUE
Name of thehydra.cypher.openCypher.PropertyLookup.valuefield.
-
value
public final PropertyKeyName value
-
-
Constructor Detail
-
PropertyLookup
public PropertyLookup(PropertyKeyName value)
Constructs an immutablePropertyLookup.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
compareTo
public int compareTo(PropertyLookup other)
- Specified by:
compareToin interfacejava.lang.Comparable<PropertyLookup>
-
builder
public static PropertyLookup.Builder builder()
Creates a new fluent builder forPropertyLookup.
-
-