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 Property
Property. getChild(String name)
Property
Property. getChild(String elementName, String childName)
Property
Property. getChild(String name, TypeDetails type)
Property
Property. getChildSimpleName(String elementName, String name)
Property
Element. getElementProperty()
Property
Element. 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 Element
ObjectConverter. convert(Property property, Type type)
static Element.SpecialElement
Element.SpecialElement. fromProperty(Property property)
void
JsonParser. parseChildItem(String path, com.google.gson.JsonObject object, Element context, Set<String> processed, Property property)
String
ParserBase.ILinkResolver. resolveProperty(Property property)
void
Element. 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 Property
StructureMapUtilities.PropertyWithType. getBaseProperty()
Property
StructureMapUtilities.PropertyWithType. getProfileProperty()
Methods in org.hl7.fhir.r4.utils with parameters of type Property Modifier and Type Method Description void
StructureMapUtilities.VariablesForProfiling. add(StructureMapUtilities.VariableMode mode, String name, String path, Property baseProperty, Property profileProperty, TypeDetails types)
void
StructureMapUtilities.VariablesForProfiling. add(StructureMapUtilities.VariableMode mode, String name, String path, Property property, TypeDetails types)
void
StructureMapUtilities.PropertyWithType. setBaseProperty(Property baseProperty)
void
StructureMapUtilities.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)
-