Uses of Enum
org.hl7.fhir.r4.model.Enumerations.BindingStrength
-
Uses of Enumerations.BindingStrength in org.hl7.fhir.r4.model
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionEnumerations.BindingStrengthEnumFactory.fromType
(PrimitiveType<?> code) ElementDefinition.ElementDefinitionBindingComponent.getStrengthElement()
OperationDefinition.OperationDefinitionParameterBindingComponent.getStrengthElement()
Modifier 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) Modifier and TypeMethodDescriptionElementDefinition.ElementDefinitionBindingComponent.setStrengthElement
(Enumeration<Enumerations.BindingStrength> value) OperationDefinition.OperationDefinitionParameterBindingComponent.setStrengthElement
(Enumeration<Enumerations.BindingStrength> value) ModifierConstructorDescriptionConstructorOperationDefinitionParameterBindingComponent
(Enumeration<Enumerations.BindingStrength> strength, CanonicalType valueSet) Constructor