Uses of Class
ca.uhn.fhir.model.dstu2.valueset.PropertyRepresentationEnum
-
Packages that use PropertyRepresentationEnum Package Description ca.uhn.fhir.model.dstu2.composite ca.uhn.fhir.model.dstu2.valueset -
-
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 PropertyRepresentationEnum Modifier and Type Method Description ca.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 PropertyRepresentationEnum Modifier and Type Method Description ca.uhn.fhir.model.primitive.BoundCodeDt<PropertyRepresentationEnum>ElementDefinitionDt. addRepresentation(PropertyRepresentationEnum theValue)Add a value for representation () using an enumerated type.ElementDefinitionDtElementDefinitionDt. 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 PropertyRepresentationEnum Modifier and Type Method Description ElementDefinitionDtElementDefinitionDt. 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 PropertyRepresentationEnum Modifier and Type Field Description static ca.uhn.fhir.model.api.IValueSetEnumBinder<PropertyRepresentationEnum>PropertyRepresentationEnum. VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return PropertyRepresentationEnum Modifier and Type Method Description static PropertyRepresentationEnumPropertyRepresentationEnum. forCode(String theCode)Returns the enumerated value associated with this codestatic PropertyRepresentationEnumPropertyRepresentationEnum. valueOf(String name)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.
-