public final class DECType extends Object
| Modifier and Type | Field and Description |
|---|---|
static DECType |
FIELD |
static DECType |
RECORD |
static DECType |
TABLE |
static DECType |
VOID |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
boolean |
isField() |
boolean |
isRecord() |
boolean |
isTable() |
static DECType |
parse(String value)
Returns the corresponding
DECType for a specified string. |