Class KeyWord

    • Field Detail

      • wordString

        public String wordString
      • wordId

        public int wordId
      • wordTypeId

        public int wordTypeId
      • description

        public String description
      • syntax

        public String syntax
    • Constructor Detail

      • KeyWord

        public KeyWord()
      • KeyWord

        public KeyWord​(String wordString,
                       String description,
                       int wordId,
                       String syntax,
                       String since,
                       int wordTypeId)
        Constructor - creates key words form wordString wordId wordTypId syntax since
        Parameters:
        wordString - the word string (refers to below interfaces)
        wordId - the word identifier (refers to below interfaces)
        wordTypeId - the word type (refers to below interfaces)
        description - the word description
        syntax - the word syntax
        since - the word version since