public interface ICompositeElement extends IElement
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType)
Returns a list containing all child elements matching a given type
|
<T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
theType - The type to match. If set to null, all child elements will be returnedCopyright © 2014–2016 University Health Network. All rights reserved.