Package ca.uhn.fhir.util
Class ElementUtil
java.lang.Object
ca.uhn.fhir.util.ElementUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionallPopulatedChildElements
(Class<T> theType, Object... theElements) Note that this method does not work on HL7.org structuresstatic boolean
static boolean
static boolean
static boolean
-
Constructor Details
-
ElementUtil
public ElementUtil()
-
-
Method Details
-
isEmpty
-
isEmpty
-
isEmpty
-
isEmpty
-
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
-