|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.ui.meta.persistence.Predicate
ariba.ui.meta.persistence.Predicate.Junction
public abstract static class Predicate.Junction
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ariba.ui.meta.persistence.Predicate |
---|
Predicate.And, Predicate.Junction, Predicate.KeyValue, Predicate.Operator, Predicate.Or, Predicate.RangeValue |
Constructor Summary | |
---|---|
Predicate.Junction(java.util.List<Predicate> predicates)
|
|
Predicate.Junction(Predicate... predicates)
|
Method Summary | |
---|---|
void |
generate(QueryGenerator generator)
|
java.util.List<Predicate> |
getPredicates()
|
Methods inherited from class ariba.ui.meta.persistence.Predicate |
---|
fromKeyValueMap |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Predicate.Junction(java.util.List<Predicate> predicates)
public Predicate.Junction(Predicate... predicates)
Method Detail |
---|
public void generate(QueryGenerator generator)
public java.util.List<Predicate> getPredicates()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |