Uses of Class
org.hl7.fhir.r4b.elementmodel.Element.SpecialElement
-
Packages that use Element.SpecialElement Package Description org.hl7.fhir.r4b.elementmodel org.hl7.fhir.r4b.utils.validation -
-
Uses of Element.SpecialElement in org.hl7.fhir.r4b.elementmodel
Methods in org.hl7.fhir.r4b.elementmodel that return Element.SpecialElement Modifier and Type Method Description static Element.SpecialElementElement.SpecialElement. fromProperty(Property property)Element.SpecialElementElement. getSpecial()static Element.SpecialElementElement.SpecialElement. valueOf(String name)Returns the enum constant of this type with the specified name.static Element.SpecialElement[]Element.SpecialElement. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4b.elementmodel with parameters of type Element.SpecialElement Modifier and Type Method Description voidElement. updateProperty(Property property, Element.SpecialElement special, Property elementProperty) -
Uses of Element.SpecialElement in org.hl7.fhir.r4b.utils.validation
Methods in org.hl7.fhir.r4b.utils.validation with parameters of type Element.SpecialElement Modifier and Type Method Description ContainedReferenceValidationPolicyIValidationPolicyAdvisor. policyForContained(IResourceValidator validator, Object appContext, String containerType, String containerId, Element.SpecialElement containingResourceType, String path, String url)//TODO pass through the actual containing Element as opposed to the type, id
-