Uses of Class
com.ibm.fhir.model.type.code.BindingStrength
-
Packages that use BindingStrength Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type com.ibm.fhir.model.type.code -
-
Uses of BindingStrength in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return BindingStrength Modifier and Type Method Description BindingStrengthOperationDefinition.Parameter.Binding. getStrength()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 com.ibm.fhir.model.resource with parameters of type BindingStrength Modifier and Type Method Description OperationDefinition.Parameter.Binding.BuilderOperationDefinition.Parameter.Binding.Builder. strength(BindingStrength 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. -
Uses of BindingStrength in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return BindingStrength Modifier and Type Method Description BindingStrengthElementDefinition.Binding. getStrength()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 com.ibm.fhir.model.type with parameters of type BindingStrength Modifier and Type Method Description ElementDefinition.Binding.BuilderElementDefinition.Binding.Builder. strength(BindingStrength 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. -
Uses of BindingStrength in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as BindingStrength Modifier and Type Field Description static BindingStrengthBindingStrength. EXAMPLEExamplestatic BindingStrengthBindingStrength. EXTENSIBLEExtensiblestatic BindingStrengthBindingStrength. PREFERREDPreferredstatic BindingStrengthBindingStrength. REQUIREDRequiredMethods in com.ibm.fhir.model.type.code that return BindingStrength Modifier and Type Method Description BindingStrengthBindingStrength.Builder. build()static BindingStrengthBindingStrength. of(BindingStrength.ValueSet value)Factory method for creating BindingStrength objects from a passed enum value.static BindingStrengthBindingStrength. of(String value)Factory method for creating BindingStrength objects from a passed string value.
-