Class SessionSetParameterName

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.SessionSetParameterName type.
      • IF_NOT_EXISTS

        public static final Name IF_NOT_EXISTS
        Name of the openGql.grammar.SessionSetParameterName.ifNotExists field.
      • PARAMETER

        public static final Name PARAMETER
        Name of the openGql.grammar.SessionSetParameterName.parameter field.
      • ifNotExists

        public final java.lang.Boolean ifNotExists
      • parameter

        public final java.lang.String parameter
    • Constructor Detail

      • SessionSetParameterName

        public SessionSetParameterName​(java.lang.Boolean ifNotExists,
                                       java.lang.String parameter)
        Constructs an immutable SessionSetParameterName.