static enum KunderaCritieriaQuery.SelectionType extends Enum<KunderaCritieriaQuery.SelectionType>
| Modifier and Type | Method and Description |
|---|---|
(package private) static KunderaCritieriaQuery.SelectionType |
getSelectionType(Class clazz) |
static KunderaCritieriaQuery.SelectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KunderaCritieriaQuery.SelectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KunderaCritieriaQuery.SelectionType TUPLE
public static final KunderaCritieriaQuery.SelectionType ARRAY
public static final KunderaCritieriaQuery.SelectionType OBJECT
public static KunderaCritieriaQuery.SelectionType[] values()
for (KunderaCritieriaQuery.SelectionType c : KunderaCritieriaQuery.SelectionType.values()) System.out.println(c);
public static KunderaCritieriaQuery.SelectionType 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 nullstatic KunderaCritieriaQuery.SelectionType getSelectionType(Class clazz)
Copyright © 2015. All Rights Reserved.