protected static enum AbstractQueryImpl.ResultType extends 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(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(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 © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.