Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.PropertyRepresentationEnum
-
Uses of PropertyRepresentationEnum in ca.uhn.fhir.model.dstu2.composite
Modifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<PropertyRepresentationEnum> ElementDefinitionDt.addRepresentation()
Add a value for representation ()ca.uhn.fhir.model.primitive.BoundCodeDt
<PropertyRepresentationEnum> ElementDefinitionDt.addRepresentation
(PropertyRepresentationEnum theValue) Add a value for representation () using an enumerated type.List
<ca.uhn.fhir.model.primitive.BoundCodeDt<PropertyRepresentationEnum>> ElementDefinitionDt.getRepresentation()
Gets the value(s) for representation ().ca.uhn.fhir.model.primitive.BoundCodeDt
<PropertyRepresentationEnum> ElementDefinitionDt.getRepresentationFirstRep()
Gets the first repetition for representation (), creating it if it does not already exist.Modifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<PropertyRepresentationEnum> ElementDefinitionDt.addRepresentation
(PropertyRepresentationEnum theValue) Add a value for representation () using an enumerated type.ElementDefinitionDt.setRepresentation
(PropertyRepresentationEnum theValue) Sets the value(s), and clears any existing value(s) for representation ()Modifier and TypeMethodDescriptionElementDefinitionDt.setRepresentation
(List<ca.uhn.fhir.model.primitive.BoundCodeDt<PropertyRepresentationEnum>> theValue) Sets the value(s) for representation () -
Uses of PropertyRepresentationEnum in ca.uhn.fhir.model.dstu2.valueset
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<PropertyRepresentationEnum> PropertyRepresentationEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier and TypeMethodDescriptionstatic PropertyRepresentationEnum
Returns the enumerated value associated with this codestatic PropertyRepresentationEnum
Returns the enum constant of this type with the specified name.static PropertyRepresentationEnum[]
PropertyRepresentationEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.