Package ca.uhn.fhir.util
Class ElementUtil
- java.lang.Object
-
- ca.uhn.fhir.util.ElementUtil
-
public class ElementUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ElementUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends IElement>
List<T>allPopulatedChildElements(Class<T> theType, Object... theElements)Note that this method does not work on HL7.org structuresstatic booleanisEmpty(IElement... theElements)static booleanisEmpty(Object... theElements)static booleanisEmpty(List<? extends IBase> theElements)static booleanisEmpty(IBase... theElements)
-
-
-
Constructor Detail
-
ElementUtil
public ElementUtil()
-
-
Method Detail
-
allPopulatedChildElements
public static <T extends IElement> List<T> allPopulatedChildElements(Class<T> theType, Object... theElements)
Note that this method does not work on HL7.org structures
-
-