| Enum Constant and Description |
|---|
ADJ |
ADV |
ANY |
ART |
AUX |
CON |
NOU |
NOU_ADR |
NOU_DAT |
NOU_HOU |
NOU_MAI |
NOU_MEA |
NOU_MON |
NOU_PCT |
NOU_PHO |
NOU_WEB |
NPR |
NPR_ANM |
NPR_BLD |
NPR_COM |
NPR_DEV |
NPR_DOC |
NPR_EVN |
NPR_FDD |
NPR_GEA |
NPR_GEO |
NPR_GEX |
NPR_LEN |
NPR_MMD |
NPR_NPH |
NPR_ORG |
NPR_PPH |
NPR_PRD |
NPR_VCL |
NPR_WRK |
PNT |
PRE |
PRO |
PRT |
VER |
| Modifier and Type | Method and Description |
|---|---|
static TokenType |
fromDescription(java.lang.String description) |
java.lang.String |
getDescription() |
static TokenType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TokenType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TokenType ADJ
public static final TokenType ADV
public static final TokenType ART
public static final TokenType AUX
public static final TokenType CON
public static final TokenType NOU
public static final TokenType NOU_ADR
public static final TokenType NOU_DAT
public static final TokenType NOU_HOU
public static final TokenType NOU_MAI
public static final TokenType NOU_MEA
public static final TokenType NOU_MON
public static final TokenType NOU_PCT
public static final TokenType NOU_PHO
public static final TokenType NOU_WEB
public static final TokenType NPR
public static final TokenType NPR_ANM
public static final TokenType NPR_BLD
public static final TokenType NPR_COM
public static final TokenType NPR_DEV
public static final TokenType NPR_DOC
public static final TokenType NPR_EVN
public static final TokenType NPR_FDD
public static final TokenType NPR_GEA
public static final TokenType NPR_GEO
public static final TokenType NPR_GEX
public static final TokenType NPR_LEN
public static final TokenType NPR_MMD
public static final TokenType NPR_NPH
public static final TokenType NPR_ORG
public static final TokenType NPR_PPH
public static final TokenType NPR_PRD
public static final TokenType NPR_VCL
public static final TokenType NPR_WRK
public static final TokenType PNT
public static final TokenType PRE
public static final TokenType PRO
public static final TokenType PRT
public static final TokenType VER
public static final TokenType ANY
public static TokenType[] values()
for (TokenType c : TokenType.values()) System.out.println(c);
public static TokenType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static TokenType fromDescription(java.lang.String description)
public java.lang.String getDescription()