Package openGql.grammar
Class FocusedNestedDataModifyingProcedureSpecification
- java.lang.Object
-
- openGql.grammar.FocusedNestedDataModifyingProcedureSpecification
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<FocusedNestedDataModifyingProcedureSpecification>
public class FocusedNestedDataModifyingProcedureSpecification extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<FocusedNestedDataModifyingProcedureSpecification>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static NameNESTED_SPECName of theopenGql.grammar.FocusedNestedDataModifyingProcedureSpecification.nestedSpecfield.ProcedureBodynestedSpecstatic NameTYPE_Name of theopenGql.grammar.FocusedNestedDataModifyingProcedureSpecificationtype.static NameUSE_GRAPHName of theopenGql.grammar.FocusedNestedDataModifyingProcedureSpecification.useGraphfield.GraphExpressionuseGraph
-
Constructor Summary
Constructors Constructor Description FocusedNestedDataModifyingProcedureSpecification(GraphExpression useGraph, ProcedureBody nestedSpec)Constructs an immutableFocusedNestedDataModifyingProcedureSpecification.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(FocusedNestedDataModifyingProcedureSpecification other)booleanequals(java.lang.Object other)inthashCode()FocusedNestedDataModifyingProcedureSpecificationwithNestedSpec(ProcedureBody nestedSpec)Returns a copy of thisFocusedNestedDataModifyingProcedureSpecificationwithnestedSpecreplaced.FocusedNestedDataModifyingProcedureSpecificationwithUseGraph(GraphExpression useGraph)Returns a copy of thisFocusedNestedDataModifyingProcedureSpecificationwithuseGraphreplaced.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.FocusedNestedDataModifyingProcedureSpecificationtype.
-
USE_GRAPH
public static final Name USE_GRAPH
Name of theopenGql.grammar.FocusedNestedDataModifyingProcedureSpecification.useGraphfield.
-
NESTED_SPEC
public static final Name NESTED_SPEC
Name of theopenGql.grammar.FocusedNestedDataModifyingProcedureSpecification.nestedSpecfield.
-
useGraph
public final GraphExpression useGraph
-
nestedSpec
public final ProcedureBody nestedSpec
-
-
Constructor Detail
-
FocusedNestedDataModifyingProcedureSpecification
public FocusedNestedDataModifyingProcedureSpecification(GraphExpression useGraph, ProcedureBody nestedSpec)
Constructs an immutableFocusedNestedDataModifyingProcedureSpecification.
-
-
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(FocusedNestedDataModifyingProcedureSpecification other)
- Specified by:
compareToin interfacejava.lang.Comparable<FocusedNestedDataModifyingProcedureSpecification>
-
withUseGraph
public FocusedNestedDataModifyingProcedureSpecification withUseGraph(GraphExpression useGraph)
Returns a copy of thisFocusedNestedDataModifyingProcedureSpecificationwithuseGraphreplaced.
-
withNestedSpec
public FocusedNestedDataModifyingProcedureSpecification withNestedSpec(ProcedureBody nestedSpec)
Returns a copy of thisFocusedNestedDataModifyingProcedureSpecificationwithnestedSpecreplaced.
-
-