Uses of Class
org.hl7.fhir.dstu2.model.Enumerations.BindingStrength
-
Packages that use Enumerations.BindingStrength Package Description org.hl7.fhir.dstu2.model -
-
Uses of Enumerations.BindingStrength in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Enumerations.BindingStrength Modifier and Type Field Description protected Enumeration<Enumerations.BindingStrength>ElementDefinition.ElementDefinitionBindingComponent. strengthIndicates 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. strengthIndicates 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.dstu2.model that return Enumerations.BindingStrength Modifier and Type Method Description static Enumerations.BindingStrengthEnumerations.BindingStrength. fromCode(String codeString)Enumerations.BindingStrengthEnumerations.BindingStrengthEnumFactory. fromCode(String codeString)Enumerations.BindingStrengthElementDefinition.ElementDefinitionBindingComponent. getStrength()Enumerations.BindingStrengthOperationDefinition.OperationDefinitionParameterBindingComponent. getStrength()static Enumerations.BindingStrengthEnumerations.BindingStrength. valueOf(String name)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.dstu2.model that return types with arguments of type Enumerations.BindingStrength Modifier and Type Method Description Enumeration<Enumerations.BindingStrength>Enumerations.BindingStrengthEnumFactory. fromType(Base code)Enumeration<Enumerations.BindingStrength>ElementDefinition.ElementDefinitionBindingComponent. getStrengthElement()Enumeration<Enumerations.BindingStrength>OperationDefinition.OperationDefinitionParameterBindingComponent. getStrengthElement()Methods in org.hl7.fhir.dstu2.model with parameters of type Enumerations.BindingStrength Modifier and Type Method Description ElementDefinition.ElementDefinitionBindingComponentElementDefinition.ElementDefinitionBindingComponent. setStrength(Enumerations.BindingStrength value)OperationDefinition.OperationDefinitionParameterBindingComponentOperationDefinition.OperationDefinitionParameterBindingComponent. setStrength(Enumerations.BindingStrength value)StringEnumerations.BindingStrengthEnumFactory. toCode(Enumerations.BindingStrength code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Enumerations.BindingStrength Modifier and Type Method Description ElementDefinition.ElementDefinitionBindingComponentElementDefinition.ElementDefinitionBindingComponent. setStrengthElement(Enumeration<Enumerations.BindingStrength> value)OperationDefinition.OperationDefinitionParameterBindingComponentOperationDefinition.OperationDefinitionParameterBindingComponent. setStrengthElement(Enumeration<Enumerations.BindingStrength> value)Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type Enumerations.BindingStrength Constructor Description ElementDefinitionBindingComponent(Enumeration<Enumerations.BindingStrength> strength)OperationDefinitionParameterBindingComponent(Enumeration<Enumerations.BindingStrength> strength, Type valueSet)
-