Package hydra.ext.cypher.openCypher
Class ImplicitProcedureInvocation
- java.lang.Object
-
- hydra.ext.cypher.openCypher.ImplicitProcedureInvocation
-
- All Implemented Interfaces:
java.io.Serializable
public class ImplicitProcedureInvocation extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Name
FIELD_NAME_VALUE
static Name
TYPE_NAME
QualifiedName
value
-
Constructor Summary
Constructors Constructor Description ImplicitProcedureInvocation(QualifiedName value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Field Detail
-
TYPE_NAME
public static final Name TYPE_NAME
-
FIELD_NAME_VALUE
public static final Name FIELD_NAME_VALUE
-
value
public final QualifiedName value
-
-
Constructor Detail
-
ImplicitProcedureInvocation
public ImplicitProcedureInvocation(QualifiedName value)
-
-