Class OpenEdgeReferenceValueType

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.OpenEdgeReferenceValueType type.
      • ANY

        public static final Name ANY
        Name of the openGql.grammar.OpenEdgeReferenceValueType.any field.
      • EDGE_SYNONYM

        public static final Name EDGE_SYNONYM
        Name of the openGql.grammar.OpenEdgeReferenceValueType.edgeSynonym field.
      • NOT_NULL

        public static final Name NOT_NULL
        Name of the openGql.grammar.OpenEdgeReferenceValueType.notNull field.
      • any

        public final java.lang.Boolean any
      • notNull

        public final java.lang.Boolean notNull
    • Constructor Detail

      • OpenEdgeReferenceValueType

        public OpenEdgeReferenceValueType​(java.lang.Boolean any,
                                          EdgeSynonym edgeSynonym,
                                          java.lang.Boolean notNull)
        Constructs an immutable OpenEdgeReferenceValueType.