Package hydra.ext.cypher.openCypher
Class PropertyLookup
- java.lang.Object
-
- hydra.ext.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>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyLookup(PropertyKeyName value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(PropertyLookup other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
-
VALUE
public static final Name VALUE
-
value
public final PropertyKeyName value
-
-
Constructor Detail
-
PropertyLookup
public PropertyLookup(PropertyKeyName value)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(PropertyLookup other)
- Specified by:
compareToin interfacejava.lang.Comparable<PropertyLookup>
-
-