Package hydra.ext.cypher.openCypher
Class YieldItem
- java.lang.Object
-
- hydra.ext.cypher.openCypher.YieldItem
-
- All Implemented Interfaces:
java.io.Serializable
public class YieldItem extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Opt<ProcedureResultField>fieldstatic NameFIELD_NAME_FIELDstatic NameFIELD_NAME_VARIABLEstatic NameTYPE_NAMEVariablevariable
-
Constructor Summary
Constructors Constructor Description YieldItem(Opt<ProcedureResultField> field, Variable variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)inthashCode()YieldItemwithField(Opt<ProcedureResultField> field)YieldItemwithVariable(Variable variable)
-
-
-
Constructor Detail
-
YieldItem
public YieldItem(Opt<ProcedureResultField> field, Variable variable)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
withField
public YieldItem withField(Opt<ProcedureResultField> field)
-
-