Uses of Class
com.ibm.fhir.model.util.ModelSupport.ElementInfo
-
Packages that use ModelSupport.ElementInfo Package Description com.ibm.fhir.model.util -
-
Uses of ModelSupport.ElementInfo in com.ibm.fhir.model.util
Methods in com.ibm.fhir.model.util that return ModelSupport.ElementInfo Modifier and Type Method Description static ModelSupport.ElementInfoModelSupport. getChoiceElementInfo(Class<?> modelClass, String typeSpecificElementName)static ModelSupport.ElementInfoModelSupport. getElementInfo(Class<?> modelClass, String elementName)Methods in com.ibm.fhir.model.util that return types with arguments of type ModelSupport.ElementInfo Modifier and Type Method Description static Collection<ModelSupport.ElementInfo>ModelSupport. getElementInfo(Class<?> modelClass)
-