Class OpenNodeReferenceValueType

    • Field Detail

      • TYPE_

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

        public static final Name ANY
        Name of the openGql.grammar.OpenNodeReferenceValueType.any field.
      • NODE_SYNONYM

        public static final Name NODE_SYNONYM
        Name of the openGql.grammar.OpenNodeReferenceValueType.nodeSynonym field.
      • NOT_NULL

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

        public final java.lang.Boolean any
      • notNull

        public final java.lang.Boolean notNull
    • Constructor Detail

      • OpenNodeReferenceValueType

        public OpenNodeReferenceValueType​(java.lang.Boolean any,
                                          NodeSynonym nodeSynonym,
                                          java.lang.Boolean notNull)
        Constructs an immutable OpenNodeReferenceValueType.