| Package | Description |
|---|---|
| org.iternine.jeppetto.dao |
| Modifier and Type | Method and Description |
|---|---|
static ConditionType |
ConditionType.valueOf(java.lang.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(java.lang.String conditionField,
ConditionType conditionType,
java.util.Iterator argsIterator)
Construct a Condition object given the passed in arguments.
|
Copyright © 2017. All Rights Reserved.