Package openGql.grammar
Class ClosedEdgeReferenceValueType
- java.lang.Object
-
- openGql.grammar.ClosedEdgeReferenceValueType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ClosedEdgeReferenceValueType>
public class ClosedEdgeReferenceValueType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<ClosedEdgeReferenceValueType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static NameEDGE_TYPE_SPECName of theopenGql.grammar.ClosedEdgeReferenceValueType.edgeTypeSpecfield.EdgeTypeSpecificationedgeTypeSpecstatic NameNOT_NULLName of theopenGql.grammar.ClosedEdgeReferenceValueType.notNullfield.java.lang.BooleannotNullstatic NameTYPE_Name of theopenGql.grammar.ClosedEdgeReferenceValueTypetype.
-
Constructor Summary
Constructors Constructor Description ClosedEdgeReferenceValueType(EdgeTypeSpecification edgeTypeSpec, java.lang.Boolean notNull)Constructs an immutableClosedEdgeReferenceValueType.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ClosedEdgeReferenceValueType other)booleanequals(java.lang.Object other)inthashCode()ClosedEdgeReferenceValueTypewithEdgeTypeSpec(EdgeTypeSpecification edgeTypeSpec)Returns a copy of thisClosedEdgeReferenceValueTypewithedgeTypeSpecreplaced.ClosedEdgeReferenceValueTypewithNotNull(java.lang.Boolean notNull)Returns a copy of thisClosedEdgeReferenceValueTypewithnotNullreplaced.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.ClosedEdgeReferenceValueTypetype.
-
EDGE_TYPE_SPEC
public static final Name EDGE_TYPE_SPEC
Name of theopenGql.grammar.ClosedEdgeReferenceValueType.edgeTypeSpecfield.
-
NOT_NULL
public static final Name NOT_NULL
Name of theopenGql.grammar.ClosedEdgeReferenceValueType.notNullfield.
-
edgeTypeSpec
public final EdgeTypeSpecification edgeTypeSpec
-
notNull
public final java.lang.Boolean notNull
-
-
Constructor Detail
-
ClosedEdgeReferenceValueType
public ClosedEdgeReferenceValueType(EdgeTypeSpecification edgeTypeSpec, java.lang.Boolean notNull)
Constructs an immutableClosedEdgeReferenceValueType.
-
-
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(ClosedEdgeReferenceValueType other)
- Specified by:
compareToin interfacejava.lang.Comparable<ClosedEdgeReferenceValueType>
-
withEdgeTypeSpec
public ClosedEdgeReferenceValueType withEdgeTypeSpec(EdgeTypeSpecification edgeTypeSpec)
Returns a copy of thisClosedEdgeReferenceValueTypewithedgeTypeSpecreplaced.
-
withNotNull
public ClosedEdgeReferenceValueType withNotNull(java.lang.Boolean notNull)
Returns a copy of thisClosedEdgeReferenceValueTypewithnotNullreplaced.
-
-