protected static enum AbstractQueryImpl.ResultType extends java.lang.Enum<AbstractQueryImpl.ResultType>
| Enum Constant and Description |
|---|
CONSTRUCTOR |
ENTITY |
OBJECT_ARRAY |
OTHER |
PARTIAL |
TUPLE |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static AbstractQueryImpl.ResultType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractQueryImpl.ResultType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractQueryImpl.ResultType UNKNOWN
public static final AbstractQueryImpl.ResultType OBJECT_ARRAY
public static final AbstractQueryImpl.ResultType PARTIAL
public static final AbstractQueryImpl.ResultType TUPLE
public static final AbstractQueryImpl.ResultType ENTITY
public static final AbstractQueryImpl.ResultType CONSTRUCTOR
public static final AbstractQueryImpl.ResultType OTHER
public static AbstractQueryImpl.ResultType[] values()
for (AbstractQueryImpl.ResultType c : AbstractQueryImpl.ResultType.values()) System.out.println(c);
public static AbstractQueryImpl.ResultType 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 null