
Uses of Class
ca.uhn.fhir.context.PerformanceOptionsEnum
-
Packages that use PerformanceOptionsEnum Package Description ca.uhn.fhir.context -
-
Uses of PerformanceOptionsEnum in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that return PerformanceOptionsEnum Modifier and Type Method Description static PerformanceOptionsEnum
PerformanceOptionsEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static PerformanceOptionsEnum[]
PerformanceOptionsEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.uhn.fhir.context that return types with arguments of type PerformanceOptionsEnum Modifier and Type Method Description Set<PerformanceOptionsEnum>
FhirContext. getPerformanceOptions()
Get the configured performance optionsMethods in ca.uhn.fhir.context with parameters of type PerformanceOptionsEnum Modifier and Type Method Description void
FhirContext. setPerformanceOptions(PerformanceOptionsEnum... thePerformanceOptions)
Sets the configured performance optionsMethod parameters in ca.uhn.fhir.context with type arguments of type PerformanceOptionsEnum Modifier and Type Method Description void
FhirContext. setPerformanceOptions(Collection<PerformanceOptionsEnum> theOptions)
Sets the configured performance options
-