Serializable, Comparable<LiteralType>public enum LiteralType extends Enum<LiteralType>
| Modifier and Type | Method | Description |
|---|---|---|
static LiteralType |
from(short tt) |
|
static LiteralType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static LiteralType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LiteralType Blob
public static final LiteralType Float
public static final LiteralType Integer
public static final LiteralType Keyword
public static final LiteralType String
public static LiteralType[] values()
for (LiteralType c : LiteralType.values()) System.out.println(c);
public static LiteralType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static LiteralType from(short tt)
Copyright © 2018. All rights reserved.