Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.BindingStrengthEnum
Package
Description
-
Uses of BindingStrengthEnum in ca.uhn.fhir.model.dstu2.composite
Modifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<BindingStrengthEnum> ElementDefinitionDt.Binding.getStrengthElement()
Gets the value(s) for strength ().Modifier and TypeMethodDescriptionElementDefinitionDt.Binding.setStrength
(BindingStrengthEnum theValue) Sets the value(s) for strength ()Modifier 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
Modifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<BindingStrengthEnum> OperationDefinition.ParameterBinding.getStrengthElement()
Gets the value(s) for strength ().Modifier and TypeMethodDescriptionOperationDefinition.ParameterBinding.setStrength
(BindingStrengthEnum theValue) Sets the value(s) for strength ()Modifier 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
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<BindingStrengthEnum> BindingStrengthEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier 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.