Package openGql.grammar
Class OpenNodeReferenceValueType
- java.lang.Object
-
- openGql.grammar.OpenNodeReferenceValueType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<OpenNodeReferenceValueType>
public class OpenNodeReferenceValueType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<OpenNodeReferenceValueType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Booleananystatic NameANYName of theopenGql.grammar.OpenNodeReferenceValueType.anyfield.static NameNODE_SYNONYMName of theopenGql.grammar.OpenNodeReferenceValueType.nodeSynonymfield.NodeSynonymnodeSynonymstatic NameNOT_NULLName of theopenGql.grammar.OpenNodeReferenceValueType.notNullfield.java.lang.BooleannotNullstatic NameTYPE_Name of theopenGql.grammar.OpenNodeReferenceValueTypetype.
-
Constructor Summary
Constructors Constructor Description OpenNodeReferenceValueType(java.lang.Boolean any, NodeSynonym nodeSynonym, java.lang.Boolean notNull)Constructs an immutableOpenNodeReferenceValueType.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(OpenNodeReferenceValueType other)booleanequals(java.lang.Object other)inthashCode()OpenNodeReferenceValueTypewithAny(java.lang.Boolean any)Returns a copy of thisOpenNodeReferenceValueTypewithanyreplaced.OpenNodeReferenceValueTypewithNodeSynonym(NodeSynonym nodeSynonym)Returns a copy of thisOpenNodeReferenceValueTypewithnodeSynonymreplaced.OpenNodeReferenceValueTypewithNotNull(java.lang.Boolean notNull)Returns a copy of thisOpenNodeReferenceValueTypewithnotNullreplaced.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.OpenNodeReferenceValueTypetype.
-
ANY
public static final Name ANY
Name of theopenGql.grammar.OpenNodeReferenceValueType.anyfield.
-
NODE_SYNONYM
public static final Name NODE_SYNONYM
Name of theopenGql.grammar.OpenNodeReferenceValueType.nodeSynonymfield.
-
NOT_NULL
public static final Name NOT_NULL
Name of theopenGql.grammar.OpenNodeReferenceValueType.notNullfield.
-
any
public final java.lang.Boolean any
-
nodeSynonym
public final NodeSynonym nodeSynonym
-
notNull
public final java.lang.Boolean notNull
-
-
Constructor Detail
-
OpenNodeReferenceValueType
public OpenNodeReferenceValueType(java.lang.Boolean any, NodeSynonym nodeSynonym, java.lang.Boolean notNull)Constructs an immutableOpenNodeReferenceValueType.
-
-
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(OpenNodeReferenceValueType other)
- Specified by:
compareToin interfacejava.lang.Comparable<OpenNodeReferenceValueType>
-
withAny
public OpenNodeReferenceValueType withAny(java.lang.Boolean any)
Returns a copy of thisOpenNodeReferenceValueTypewithanyreplaced.
-
withNodeSynonym
public OpenNodeReferenceValueType withNodeSynonym(NodeSynonym nodeSynonym)
Returns a copy of thisOpenNodeReferenceValueTypewithnodeSynonymreplaced.
-
withNotNull
public OpenNodeReferenceValueType withNotNull(java.lang.Boolean notNull)
Returns a copy of thisOpenNodeReferenceValueTypewithnotNullreplaced.
-
-