Uses of Class
com.ibm.fhir.model.type.code.PropertyRepresentation
-
Packages that use PropertyRepresentation Package Description com.ibm.fhir.model.type com.ibm.fhir.model.type.code -
-
Uses of PropertyRepresentation in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return types with arguments of type PropertyRepresentation Modifier and Type Method Description List<PropertyRepresentation>ElementDefinition. getRepresentation()Codes that define how this element is represented in instances, when the deviation varies from the normal case.Methods in com.ibm.fhir.model.type with parameters of type PropertyRepresentation Modifier and Type Method Description ElementDefinition.BuilderElementDefinition.Builder. representation(PropertyRepresentation... representation)Codes that define how this element is represented in instances, when the deviation varies from the normal case.Method parameters in com.ibm.fhir.model.type with type arguments of type PropertyRepresentation Modifier and Type Method Description ElementDefinition.BuilderElementDefinition.Builder. representation(Collection<PropertyRepresentation> representation)Codes that define how this element is represented in instances, when the deviation varies from the normal case. -
Uses of PropertyRepresentation in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as PropertyRepresentation Modifier and Type Field Description static PropertyRepresentationPropertyRepresentation. CDA_TEXTCDA Text Formatstatic PropertyRepresentationPropertyRepresentation. TYPE_ATTRType Attributestatic PropertyRepresentationPropertyRepresentation. XHTMLXHTMLstatic PropertyRepresentationPropertyRepresentation. XML_ATTRXML Attributestatic PropertyRepresentationPropertyRepresentation. XML_TEXTXML TextMethods in com.ibm.fhir.model.type.code that return PropertyRepresentation Modifier and Type Method Description PropertyRepresentationPropertyRepresentation.Builder. build()static PropertyRepresentationPropertyRepresentation. of(PropertyRepresentation.ValueSet value)Factory method for creating PropertyRepresentation objects from a passed enum value.static PropertyRepresentationPropertyRepresentation. of(String value)Factory method for creating PropertyRepresentation objects from a passed string value.
-