public interface InternalConditionBuilder
| Modifier and Type | Method and Description |
|---|---|
void |
condition(PathItem item,
ConditionType type,
Object value,
Object value1)
Add a condition between two values
|
ConditionGroup |
newGroup(GroupType type)
Build a condition group of a type.
|
void condition(PathItem item, ConditionType type, Object value, Object value1)
item - the base operation target.type - the operation type.value - the operation expected value.value1 - TODOConditionGroup newGroup(GroupType type)
type - the type of group.Copyright © 2013 Object Query. All Rights Reserved.