Uses of Class
org.hl7.fhir.r4.elementmodel.Property
-
Packages that use Property Package Description org.hl7.fhir.r4.elementmodel org.hl7.fhir.r4.utils -
-
Uses of Property in org.hl7.fhir.r4.elementmodel
Methods in org.hl7.fhir.r4.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.r4.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.r4.elementmodel with parameters of type Property Modifier and Type Method Description ElementObjectConverter. convert(Property property, Type 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.r4.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.r4.utils
Methods in org.hl7.fhir.r4.utils that return Property Modifier and Type Method Description PropertyStructureMapUtilities.PropertyWithType. getBaseProperty()PropertyStructureMapUtilities.PropertyWithType. getProfileProperty()Methods in org.hl7.fhir.r4.utils with parameters of type Property Modifier and Type Method Description voidStructureMapUtilities.VariablesForProfiling. add(StructureMapUtilities.VariableMode mode, String name, String path, Property baseProperty, Property profileProperty, TypeDetails types)voidStructureMapUtilities.VariablesForProfiling. add(StructureMapUtilities.VariableMode mode, String name, String path, Property property, TypeDetails types)voidStructureMapUtilities.PropertyWithType. setBaseProperty(Property baseProperty)voidStructureMapUtilities.PropertyWithType. setProfileProperty(Property profileProperty)Constructors in org.hl7.fhir.r4.utils with parameters of type Property Constructor Description PropertyWithType(String path, Property baseProperty, Property profileProperty, TypeDetails types)
-