
Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.PropertyRepresentationEnum
Packages that use PropertyRepresentationEnum
-
Uses of PropertyRepresentationEnum in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return types with arguments of type PropertyRepresentationEnumModifier 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.Methods in ca.uhn.fhir.model.dstu2.composite with parameters of type PropertyRepresentationEnumModifier 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 ()Method parameters in ca.uhn.fhir.model.dstu2.composite with type arguments of type PropertyRepresentationEnumModifier 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
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type PropertyRepresentationEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<PropertyRepresentationEnum> PropertyRepresentationEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return PropertyRepresentationEnumModifier 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.