
Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.BindingStrengthEnum
Packages that use BindingStrengthEnum
Package
Description
-
Uses of BindingStrengthEnum in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return types with arguments of type BindingStrengthEnumModifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<BindingStrengthEnum> ElementDefinitionDt.Binding.getStrengthElement()
Gets the value(s) for strength ().Methods in ca.uhn.fhir.model.dstu2.composite with parameters of type BindingStrengthEnumModifier and TypeMethodDescriptionElementDefinitionDt.Binding.setStrength
(BindingStrengthEnum theValue) Sets the value(s) for strength ()Method parameters in ca.uhn.fhir.model.dstu2.composite with type arguments of type BindingStrengthEnumModifier and TypeMethodDescriptionElementDefinitionDt.Binding.setStrength
(ca.uhn.fhir.model.primitive.BoundCodeDt<BindingStrengthEnum> theValue) Sets the value(s) for strength () -
Uses of BindingStrengthEnum in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type BindingStrengthEnumModifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<BindingStrengthEnum> OperationDefinition.ParameterBinding.getStrengthElement()
Gets the value(s) for strength ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type BindingStrengthEnumModifier and TypeMethodDescriptionOperationDefinition.ParameterBinding.setStrength
(BindingStrengthEnum theValue) Sets the value(s) for strength ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type BindingStrengthEnumModifier and TypeMethodDescriptionOperationDefinition.ParameterBinding.setStrength
(ca.uhn.fhir.model.primitive.BoundCodeDt<BindingStrengthEnum> theValue) Sets the value(s) for strength () -
Uses of BindingStrengthEnum in ca.uhn.fhir.model.dstu2.valueset
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type BindingStrengthEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<BindingStrengthEnum> BindingStrengthEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return BindingStrengthEnumModifier and TypeMethodDescriptionstatic BindingStrengthEnum
Returns the enumerated value associated with this codestatic BindingStrengthEnum
Returns the enum constant of this type with the specified name.static BindingStrengthEnum[]
BindingStrengthEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.