Class GeneralLiteral

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.GeneralLiteral type.
      • BOOLEAN

        public static final Name BOOLEAN
        Name of the openGql.grammar.GeneralLiteral.boolean field.
      • CHARACTER_STRING

        public static final Name CHARACTER_STRING
        Name of the openGql.grammar.GeneralLiteral.characterString field.
      • BYTE_STRING

        public static final Name BYTE_STRING
        Name of the openGql.grammar.GeneralLiteral.byteString field.
      • TEMPORAL

        public static final Name TEMPORAL
        Name of the openGql.grammar.GeneralLiteral.temporal field.
      • DURATION

        public static final Name DURATION
        Name of the openGql.grammar.GeneralLiteral.duration field.
      • NULL_LITERAL

        public static final Name NULL_LITERAL
        Name of the openGql.grammar.GeneralLiteral.nullLiteral field.
      • LIST

        public static final Name LIST
        Name of the openGql.grammar.GeneralLiteral.list field.
      • RECORD

        public static final Name RECORD
        Name of the openGql.grammar.GeneralLiteral.record field.