public interface CompositeCondition extends Condition
Condition
that aggregates one or more conditions.Modifier and Type | Method and Description |
---|---|
List<Condition> |
getConditions()
Returns all
Condition objects contained within this CompositeCondition ; otherwise, returns an
empty List . |
List<Condition> getConditions()
Condition
objects contained within this CompositeCondition
; otherwise, returns an
empty List
.Copyright © 2014 OCPsoft. All Rights Reserved.