public static enum MethodNameParser.QueryType extends Enum<MethodNameParser.QueryType>
| Modifier and Type | Method and Description |
|---|---|
static MethodNameParser.QueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodNameParser.QueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MethodNameParser.QueryType SELECT
public static final MethodNameParser.QueryType COUNT
public static final MethodNameParser.QueryType EXISTS
public static final MethodNameParser.QueryType DELETE
public static MethodNameParser.QueryType[] values()
for (MethodNameParser.QueryType c : MethodNameParser.QueryType.values()) System.out.println(c);
public static MethodNameParser.QueryType 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 © 2020 JBoss by Red Hat. All rights reserved.