Uses of Class
org.hl7.fhir.r4.elementmodel.Element.SpecialElement
-
Packages that use Element.SpecialElement Package Description org.hl7.fhir.r4.elementmodel -
-
Uses of Element.SpecialElement in org.hl7.fhir.r4.elementmodel
Methods in org.hl7.fhir.r4.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.r4.elementmodel with parameters of type Element.SpecialElement Modifier and Type Method Description voidElement. updateProperty(Property property, Element.SpecialElement special, Property elementProperty)
-