public class ElementUtil extends Object
| Constructor and Description |
|---|
ElementUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends IElement> |
allPopulatedChildElements(Class<T> theType,
Object... theElements)
Note that this method does not work on HL7.org structures
|
static boolean |
isEmpty(IBase... theElements) |
static boolean |
isEmpty(IElement... theElements) |
static boolean |
isEmpty(List<? extends IBase> theElements) |
static boolean |
isEmpty(Object... theElements) |
public ElementUtil()
public static <T extends IElement> List<T> allPopulatedChildElements(Class<T> theType, Object... theElements)
Copyright © 2014–2019 University Health Network. All rights reserved.