Package openGql.grammar
Class OpenEdgeReferenceValueType
- java.lang.Object
-
- openGql.grammar.OpenEdgeReferenceValueType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<OpenEdgeReferenceValueType>
public class OpenEdgeReferenceValueType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<OpenEdgeReferenceValueType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Booleananystatic NameANYName of theopenGql.grammar.OpenEdgeReferenceValueType.anyfield.static NameEDGE_SYNONYMName of theopenGql.grammar.OpenEdgeReferenceValueType.edgeSynonymfield.EdgeSynonymedgeSynonymstatic NameNOT_NULLName of theopenGql.grammar.OpenEdgeReferenceValueType.notNullfield.java.lang.BooleannotNullstatic NameTYPE_Name of theopenGql.grammar.OpenEdgeReferenceValueTypetype.
-
Constructor Summary
Constructors Constructor Description OpenEdgeReferenceValueType(java.lang.Boolean any, EdgeSynonym edgeSynonym, java.lang.Boolean notNull)Constructs an immutableOpenEdgeReferenceValueType.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(OpenEdgeReferenceValueType other)booleanequals(java.lang.Object other)inthashCode()OpenEdgeReferenceValueTypewithAny(java.lang.Boolean any)Returns a copy of thisOpenEdgeReferenceValueTypewithanyreplaced.OpenEdgeReferenceValueTypewithEdgeSynonym(EdgeSynonym edgeSynonym)Returns a copy of thisOpenEdgeReferenceValueTypewithedgeSynonymreplaced.OpenEdgeReferenceValueTypewithNotNull(java.lang.Boolean notNull)Returns a copy of thisOpenEdgeReferenceValueTypewithnotNullreplaced.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.OpenEdgeReferenceValueTypetype.
-
ANY
public static final Name ANY
Name of theopenGql.grammar.OpenEdgeReferenceValueType.anyfield.
-
EDGE_SYNONYM
public static final Name EDGE_SYNONYM
Name of theopenGql.grammar.OpenEdgeReferenceValueType.edgeSynonymfield.
-
NOT_NULL
public static final Name NOT_NULL
Name of theopenGql.grammar.OpenEdgeReferenceValueType.notNullfield.
-
any
public final java.lang.Boolean any
-
edgeSynonym
public final EdgeSynonym edgeSynonym
-
notNull
public final java.lang.Boolean notNull
-
-
Constructor Detail
-
OpenEdgeReferenceValueType
public OpenEdgeReferenceValueType(java.lang.Boolean any, EdgeSynonym edgeSynonym, java.lang.Boolean notNull)Constructs an immutableOpenEdgeReferenceValueType.
-
-
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(OpenEdgeReferenceValueType other)
- Specified by:
compareToin interfacejava.lang.Comparable<OpenEdgeReferenceValueType>
-
withAny
public OpenEdgeReferenceValueType withAny(java.lang.Boolean any)
Returns a copy of thisOpenEdgeReferenceValueTypewithanyreplaced.
-
withEdgeSynonym
public OpenEdgeReferenceValueType withEdgeSynonym(EdgeSynonym edgeSynonym)
Returns a copy of thisOpenEdgeReferenceValueTypewithedgeSynonymreplaced.
-
withNotNull
public OpenEdgeReferenceValueType withNotNull(java.lang.Boolean notNull)
Returns a copy of thisOpenEdgeReferenceValueTypewithnotNullreplaced.
-
-