Uses of Class
com.ibm.fhir.path.ClassInfoElement
-
Packages that use ClassInfoElement Package Description com.ibm.fhir.path com.ibm.fhir.path.util -
-
Uses of ClassInfoElement in com.ibm.fhir.path
Methods in com.ibm.fhir.path that return types with arguments of type ClassInfoElement Modifier and Type Method Description java.util.List<ClassInfoElement>
ClassInfo. getElement()
The list of elements that are part of this ClassInfoConstructor parameters in com.ibm.fhir.path with type arguments of type ClassInfoElement Constructor Description ClassInfo(java.lang.String namespace, java.lang.String name, java.lang.String baseType, java.util.List<ClassInfoElement> element)
-
Uses of ClassInfoElement in com.ibm.fhir.path.util
Methods in com.ibm.fhir.path.util that return ClassInfoElement Modifier and Type Method Description static ClassInfoElement
FHIRPathUtil. buildClassInfoElement(ModelSupport.ElementInfo elementInfo)
-