Uses of Class
ca.uhn.fhir.model.dstu2.valueset.BindingStrengthEnum
-
Packages that use BindingStrengthEnum Package Description ca.uhn.fhir.model.dstu2.composite ca.uhn.fhir.model.dstu2.resource ca.uhn.fhir.model.dstu2.valueset -
-
Uses of BindingStrengthEnum in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return types with arguments of type BindingStrengthEnum Modifier and Type Method Description ca.uhn.fhir.model.primitive.BoundCodeDt<BindingStrengthEnum>ElementDefinitionDt.Binding. getStrengthElement()Gets the value(s) for strength ().Methods in ca.uhn.fhir.model.dstu2.composite with parameters of type BindingStrengthEnum Modifier and Type Method Description ElementDefinitionDt.BindingElementDefinitionDt.Binding. setStrength(BindingStrengthEnum theValue)Sets the value(s) for strength ()Method parameters in ca.uhn.fhir.model.dstu2.composite with type arguments of type BindingStrengthEnum Modifier and Type Method Description ElementDefinitionDt.BindingElementDefinitionDt.Binding. setStrength(ca.uhn.fhir.model.primitive.BoundCodeDt<BindingStrengthEnum> theValue)Sets the value(s) for strength () -
Uses of BindingStrengthEnum in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type BindingStrengthEnum Modifier and Type Method Description ca.uhn.fhir.model.primitive.BoundCodeDt<BindingStrengthEnum>OperationDefinition.ParameterBinding. getStrengthElement()Gets the value(s) for strength ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type BindingStrengthEnum Modifier and Type Method Description OperationDefinition.ParameterBindingOperationDefinition.ParameterBinding. setStrength(BindingStrengthEnum theValue)Sets the value(s) for strength ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type BindingStrengthEnum Modifier and Type Method Description OperationDefinition.ParameterBindingOperationDefinition.ParameterBinding. setStrength(ca.uhn.fhir.model.primitive.BoundCodeDt<BindingStrengthEnum> theValue)Sets the value(s) for strength () -
Uses of BindingStrengthEnum in ca.uhn.fhir.model.dstu2.valueset
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type BindingStrengthEnum Modifier and Type Field Description static ca.uhn.fhir.model.api.IValueSetEnumBinder<BindingStrengthEnum>BindingStrengthEnum. VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return BindingStrengthEnum Modifier and Type Method Description static BindingStrengthEnumBindingStrengthEnum. forCode(String theCode)Returns the enumerated value associated with this codestatic BindingStrengthEnumBindingStrengthEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BindingStrengthEnum[]BindingStrengthEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-