Uses of Class
ca.uhn.fhir.model.dstu2.resource.OperationDefinition.ParameterBinding
-
Packages that use OperationDefinition.ParameterBinding Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of OperationDefinition.ParameterBinding in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return OperationDefinition.ParameterBinding Modifier and Type Method Description OperationDefinition.ParameterBindingOperationDefinition.Parameter. getBinding()Gets the value(s) for binding ().OperationDefinition.ParameterBindingOperationDefinition.ParameterBinding. setStrength(BindingStrengthEnum theValue)Sets the value(s) for strength ()OperationDefinition.ParameterBindingOperationDefinition.ParameterBinding. setStrength(ca.uhn.fhir.model.primitive.BoundCodeDt<BindingStrengthEnum> theValue)Sets the value(s) for strength ()OperationDefinition.ParameterBindingOperationDefinition.ParameterBinding. setValueSet(ca.uhn.fhir.model.api.IDatatype theValue)Sets the value(s) for valueSet[x] ()Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type OperationDefinition.ParameterBinding Modifier and Type Method Description OperationDefinition.ParameterOperationDefinition.Parameter. setBinding(OperationDefinition.ParameterBinding theValue)Sets the value(s) for binding ()
-