| Package | Description |
|---|---|
| org.iternine.jeppetto.dao |
| Modifier and Type | Method and Description |
|---|---|
static ConditionType |
ConditionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionType[] |
ConditionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Condition |
QueryModelDAO.buildCondition(String conditionField,
ConditionType conditionType,
Iterator argsIterator)
Construct a Condition object given the passed in arguments.
|
Copyright © 2014. All Rights Reserved.