public static enum GroupedQueryCriterion.Group extends java.lang.Enum<GroupedQueryCriterion.Group>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
static GroupedQueryCriterion.Group |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GroupedQueryCriterion.Group[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupedQueryCriterion.Group OR
public static final GroupedQueryCriterion.Group NOR
public static final GroupedQueryCriterion.Group AND
public static GroupedQueryCriterion.Group[] values()
for (GroupedQueryCriterion.Group c : GroupedQueryCriterion.Group.values()) System.out.println(c);
public static GroupedQueryCriterion.Group 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 nullpublic java.lang.String getName()
Copyright © 2013. All Rights Reserved.