public static enum HQLParser.AppendMode extends Enum<HQLParser.AppendMode>
Enum Constant and Description |
---|
DEFAULT |
LOWER_CASE |
Modifier and Type | Method and Description |
---|---|
String |
convert(String s) |
static HQLParser.AppendMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HQLParser.AppendMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HQLParser.AppendMode LOWER_CASE
public static final HQLParser.AppendMode DEFAULT
public static HQLParser.AppendMode[] values()
for (HQLParser.AppendMode c : HQLParser.AppendMode.values()) System.out.println(c);
public static HQLParser.AppendMode 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 nullCopyright © 2014–2018 Apache Software Foundation. All rights reserved.