
Uses of Enum
org.hl7.fhir.r5.model.Enumerations.BindingStrength
Packages that use Enumerations.BindingStrength
-
Uses of Enumerations.BindingStrength in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.BindingStrengthModifier and TypeFieldDescriptionprotected Enumeration
<Enumerations.BindingStrength> ElementDefinition.ElementDefinitionBindingComponent.strength
Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances.protected Enumeration
<Enumerations.BindingStrength> OperationDefinition.OperationDefinitionParameterBindingComponent.strength
Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances.Methods in org.hl7.fhir.r5.model that return Enumerations.BindingStrengthModifier and TypeMethodDescriptionstatic Enumerations.BindingStrength
ElementDefinition.ElementDefinitionBindingComponent.getStrength()
OperationDefinition.OperationDefinitionParameterBindingComponent.getStrength()
static Enumerations.BindingStrength
Returns the enum constant of this type with the specified name.static Enumerations.BindingStrength[]
Enumerations.BindingStrength.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.BindingStrengthModifier and TypeMethodDescriptionEnumerations.BindingStrengthEnumFactory.fromType
(PrimitiveType<?> code) ElementDefinition.ElementDefinitionBindingComponent.getStrengthElement()
OperationDefinition.OperationDefinitionParameterBindingComponent.getStrengthElement()
Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.BindingStrengthModifier and TypeMethodDescriptionElementDefinition.ElementDefinitionBindingComponent.setStrength
(Enumerations.BindingStrength value) OperationDefinition.OperationDefinitionParameterBindingComponent.setStrength
(Enumerations.BindingStrength value) Enumerations.BindingStrengthEnumFactory.toCode
(Enumerations.BindingStrength code) Enumerations.BindingStrengthEnumFactory.toSystem
(Enumerations.BindingStrength code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.BindingStrengthModifier and TypeMethodDescriptionElementDefinition.ElementDefinitionBindingComponent.setStrengthElement
(Enumeration<Enumerations.BindingStrength> value) OperationDefinition.OperationDefinitionParameterBindingComponent.setStrengthElement
(Enumeration<Enumerations.BindingStrength> value) Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.BindingStrengthModifierConstructorDescriptionConstructorOperationDefinitionParameterBindingComponent
(Enumerations.BindingStrength strength, String valueSet) Constructor -
Uses of Enumerations.BindingStrength in org.hl7.fhir.r5.renderers.utils
Methods in org.hl7.fhir.r5.renderers.utils with parameters of type Enumerations.BindingStrengthModifier and TypeMethodDescriptionElementTable.TableElementConstraint.makeBinding
(ElementTable.TableElementConstraintType type, String path, Enumerations.BindingStrength strength, String valueSet) ElementTable.TableElementConstraint.makeValueVS
(ElementTable.TableElementConstraintType type, String path, DataType value, Enumerations.BindingStrength strength, String valueSet)