Uses of Class
com.ibm.fhir.model.type.code.BindingStrength.ValueSet
-
Packages that use BindingStrength.ValueSet Package Description com.ibm.fhir.model.annotation com.ibm.fhir.model.type.code -
-
Uses of BindingStrength.ValueSet in com.ibm.fhir.model.annotation
Methods in com.ibm.fhir.model.annotation that return BindingStrength.ValueSet Modifier and Type Method Description BindingStrength.ValueSetstrength()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.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return BindingStrength.ValueSet Modifier and Type Method Description static BindingStrength.ValueSetBindingStrength.ValueSet. from(String value)Factory method for creating BindingStrength.ValueSet values from a passed string value.BindingStrength.ValueSetBindingStrength. getValueAsEnumConstant()static BindingStrength.ValueSetBindingStrength.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static BindingStrength.ValueSet[]BindingStrength.ValueSet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.model.type.code with parameters of type BindingStrength.ValueSet Modifier and Type Method Description static BindingStrengthBindingStrength. of(BindingStrength.ValueSet value)Factory method for creating BindingStrength objects from a passed enum value.BindingStrength.BuilderBindingStrength.Builder. value(BindingStrength.ValueSet value)
-