Package hydra.ext.cypher.openCypher
Class Union
- java.lang.Object
-
- hydra.ext.cypher.openCypher.Union
-
- All Implemented Interfaces:
java.io.Serializable
public class Union extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Booleanallstatic NameFIELD_NAME_ALLstatic NameFIELD_NAME_QUERYSingleQueryquerystatic NameTYPE_NAME
-
Constructor Summary
Constructors Constructor Description Union(java.lang.Boolean all, SingleQuery query)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)inthashCode()UnionwithAll(java.lang.Boolean all)UnionwithQuery(SingleQuery query)
-
-
-
Field Detail
-
TYPE_NAME
public static final Name TYPE_NAME
-
FIELD_NAME_ALL
public static final Name FIELD_NAME_ALL
-
FIELD_NAME_QUERY
public static final Name FIELD_NAME_QUERY
-
all
public final java.lang.Boolean all
-
query
public final SingleQuery query
-
-
Constructor Detail
-
Union
public Union(java.lang.Boolean all, SingleQuery query)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
withAll
public Union withAll(java.lang.Boolean all)
-
withQuery
public Union withQuery(SingleQuery query)
-
-