Uses of Class
com.ibm.fhir.model.util.ModelSupport.ElementInfo
-
Packages that use ModelSupport.ElementInfo Package Description com.ibm.fhir.model.util com.ibm.fhir.path.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.ElementInfo
ModelSupport. getChoiceElementInfo(Class<?> modelClass, String typeSpecificElementName)
static ModelSupport.ElementInfo
ModelSupport. 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)
-
Uses of ModelSupport.ElementInfo in com.ibm.fhir.path.util
Methods in com.ibm.fhir.path.util with parameters of type ModelSupport.ElementInfo Modifier and Type Method Description static ClassInfoElement
FHIRPathUtil. buildClassInfoElement(ModelSupport.ElementInfo elementInfo)
static TupleTypeInfoElement
FHIRPathUtil. buildTupleTypeInfoElement(ModelSupport.ElementInfo elementInfo)
-