Uses of Enum
org.hl7.fhir.r4.model.ElementDefinition.PropertyRepresentation
-
Uses of ElementDefinition.PropertyRepresentation in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<Enumeration<ElementDefinition.PropertyRepresentation>> ElementDefinition.representation
Codes that define how this element is represented in instances, when the deviation varies from the normal case.Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ElementDefinition.PropertyRepresentation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionElementDefinition.addRepresentationElement()
ElementDefinition.PropertyRepresentationEnumFactory.fromType
(PrimitiveType<?> code) ElementDefinition.getRepresentation()
Modifier and TypeMethodDescriptionElementDefinition.addRepresentation
(ElementDefinition.PropertyRepresentation value) boolean
ElementDefinition.hasRepresentation
(ElementDefinition.PropertyRepresentation value) ElementDefinition.PropertyRepresentationEnumFactory.toCode
(ElementDefinition.PropertyRepresentation code) ElementDefinition.PropertyRepresentationEnumFactory.toSystem
(ElementDefinition.PropertyRepresentation code) Modifier and TypeMethodDescriptionElementDefinition.setRepresentation
(List<Enumeration<ElementDefinition.PropertyRepresentation>> theRepresentation)