Uses of Class
org.hl7.fhir.r5.elementmodel.Property
-
Packages that use Property Package Description org.hl7.fhir.r5.elementmodel org.hl7.fhir.r5.utils.structuremap -
-
Uses of Property in org.hl7.fhir.r5.elementmodel
Methods in org.hl7.fhir.r5.elementmodel that return Property Modifier and Type Method Description PropertyProperty. getChild(String name)PropertyProperty. getChild(String elementName, String childName)PropertyProperty. getChild(String name, TypeDetails type)PropertyProperty. getChildSimpleName(String elementName, String name)PropertyElement. getElementProperty()PropertyElement. getProperty()Methods in org.hl7.fhir.r5.elementmodel that return types with arguments of type Property Modifier and Type Method Description protected List<Property>Property. getChildProperties(String elementName, String statedType)protected List<Property>Property. getChildProperties(TypeDetails type)Methods in org.hl7.fhir.r5.elementmodel with parameters of type Property Modifier and Type Method Description ElementObjectConverter. convert(Property property, DataType type)static Element.SpecialElementElement.SpecialElement. fromProperty(Property property)voidJsonParser. parseChildItem(String path, com.google.gson.JsonObject object, Element context, Set<String> processed, Property property)StringParserBase.ILinkResolver. resolveProperty(Property property)voidElement. updateProperty(Property property, Element.SpecialElement special, Property elementProperty)Constructors in org.hl7.fhir.r5.elementmodel with parameters of type Property Constructor Description Element(String name, Property property)Element(String name, Property property, String type, String value)ElementSortComparator(Element e, Property property) -
Uses of Property in org.hl7.fhir.r5.utils.structuremap
Methods in org.hl7.fhir.r5.utils.structuremap that return Property Modifier and Type Method Description PropertyPropertyWithType. getBaseProperty()PropertyPropertyWithType. getProfileProperty()Methods in org.hl7.fhir.r5.utils.structuremap with parameters of type Property Modifier and Type Method Description voidVariablesForProfiling. add(VariableMode mode, String name, String path, Property baseProperty, Property profileProperty, TypeDetails types)voidVariablesForProfiling. add(VariableMode mode, String name, String path, Property property, TypeDetails types)voidPropertyWithType. setBaseProperty(Property baseProperty)voidPropertyWithType. setProfileProperty(Property profileProperty)Constructors in org.hl7.fhir.r5.utils.structuremap with parameters of type Property Constructor Description PropertyWithType(String path, Property baseProperty, Property profileProperty, TypeDetails types)
-