Package hydra.ext.cypher.openCypher
Class ImplicitProcedureInvocation
- java.lang.Object
-
- hydra.ext.cypher.openCypher.ImplicitProcedureInvocation
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ImplicitProcedureInvocation>
public class ImplicitProcedureInvocation extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<ImplicitProcedureInvocation>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImplicitProcedureInvocation(QualifiedName value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ImplicitProcedureInvocation other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
-
VALUE
public static final Name VALUE
-
value
public final QualifiedName value
-
-
Constructor Detail
-
ImplicitProcedureInvocation
public ImplicitProcedureInvocation(QualifiedName 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(ImplicitProcedureInvocation other)
- Specified by:
compareToin interfacejava.lang.Comparable<ImplicitProcedureInvocation>
-
-