
Uses of Enum Class
org.hl7.fhir.r5.elementmodel.Element.SpecialElement
Packages that use Element.SpecialElement
-
Uses of Element.SpecialElement in org.hl7.fhir.r5.elementmodel
Methods in org.hl7.fhir.r5.elementmodel that return Element.SpecialElementModifier and TypeMethodDescriptionstatic Element.SpecialElementElement.SpecialElement.fromProperty(Property property) Element.getSpecial()static Element.SpecialElementReturns the enum constant of this class with the specified name.static Element.SpecialElement[]Element.SpecialElement.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.elementmodel with parameters of type Element.SpecialElementModifier and TypeMethodDescriptionvoidElement.updateProperty(Property property, Element.SpecialElement special, Property elementProperty) -
Uses of Element.SpecialElement in org.hl7.fhir.r5.utils.validation
Methods in org.hl7.fhir.r5.utils.validation with parameters of type Element.SpecialElementModifier and TypeMethodDescriptionIValidationPolicyAdvisor.policyForContained(IResourceValidator validator, Object appContext, StructureDefinition structure, ElementDefinition element, String containerType, String containerId, Element.SpecialElement containingResourceType, String path, String url) whether to validate a contained resource.