Uses of Class
org.hl7.fhir.dstu2.model.ElementDefinition.PropertyRepresentation
-
Packages that use ElementDefinition.PropertyRepresentation Package Description org.hl7.fhir.dstu2.model -
-
Uses of ElementDefinition.PropertyRepresentation in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ElementDefinition.PropertyRepresentation Modifier and Type Field Description protected List<Enumeration<ElementDefinition.PropertyRepresentation>>ElementDefinition. representationCodes that define how this element is represented in instances, when the deviation varies from the normal case.Methods in org.hl7.fhir.dstu2.model that return ElementDefinition.PropertyRepresentation Modifier and Type Method Description static ElementDefinition.PropertyRepresentationElementDefinition.PropertyRepresentation. fromCode(String codeString)ElementDefinition.PropertyRepresentationElementDefinition.PropertyRepresentationEnumFactory. fromCode(String codeString)static ElementDefinition.PropertyRepresentationElementDefinition.PropertyRepresentation. valueOf(String name)Returns the enum constant of this type with the specified name.static ElementDefinition.PropertyRepresentation[]ElementDefinition.PropertyRepresentation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ElementDefinition.PropertyRepresentation Modifier and Type Method Description Enumeration<ElementDefinition.PropertyRepresentation>ElementDefinition. addRepresentationElement()Enumeration<ElementDefinition.PropertyRepresentation>ElementDefinition.PropertyRepresentationEnumFactory. fromType(Base code)List<Enumeration<ElementDefinition.PropertyRepresentation>>ElementDefinition. getRepresentation()Methods in org.hl7.fhir.dstu2.model with parameters of type ElementDefinition.PropertyRepresentation Modifier and Type Method Description ElementDefinitionElementDefinition. addRepresentation(ElementDefinition.PropertyRepresentation value)booleanElementDefinition. hasRepresentation(ElementDefinition.PropertyRepresentation value)StringElementDefinition.PropertyRepresentationEnumFactory. toCode(ElementDefinition.PropertyRepresentation code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type ElementDefinition.PropertyRepresentation Modifier and Type Method Description ElementDefinitionElementDefinition. setRepresentation(List<Enumeration<ElementDefinition.PropertyRepresentation>> representation)
-