| Package | Description |
|---|---|
| org.objectquery.generic |
| Modifier and Type | Method and Description |
|---|---|
GroupType |
ConditionGroup.getType() |
static GroupType |
GroupType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupType[] |
GroupType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConditionGroup |
ConditionGroup.newGroup(GroupType type) |
ConditionGroup |
InternalConditionBuilder.newGroup(GroupType type)
Build a condition group of a type.
|
| Constructor and Description |
|---|
ConditionGroup(GroupType type) |
GenericInternalQueryBuilder(GroupType type) |
Copyright © 2013 Object Query. All Rights Reserved.