public class KeyWord extends Object
Modifier and Type | Field and Description |
---|---|
String |
description |
String |
since |
String |
syntax |
int |
wordId |
String |
wordString |
int |
wordTypeId |
public String wordString
public int wordId
public int wordTypeId
public String description
public String syntax
public String since
public KeyWord()
public KeyWord(String wordString, String description, int wordId, String syntax, String since, int wordTypeId)
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 descriptionsyntax
- the word syntaxsince
- the word version since