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(java.lang.Class<?> modelClass, java.lang.String typeSpecificElementName)
static ModelSupport.ElementInfo
ModelSupport. getElementInfo(java.lang.Class<?> modelClass, java.lang.String elementName)
Methods in com.ibm.fhir.model.util that return types with arguments of type ModelSupport.ElementInfo Modifier and Type Method Description static java.util.Collection<ModelSupport.ElementInfo>
ModelSupport. getElementInfo(java.lang.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)
-