| Package | Description |
|---|---|
| ca.uhn.fhir.context |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PerformanceOptionsEnum> |
FhirContext.getPerformanceOptions()
Get the configured performance options
|
| Modifier and Type | Method and Description |
|---|---|
void |
FhirContext.setPerformanceOptions(PerformanceOptionsEnum... thePerformanceOptions)
Sets the configured performance options
|
| Modifier and Type | Method and Description |
|---|---|
void |
FhirContext.setPerformanceOptions(Collection<PerformanceOptionsEnum> theOptions)
Sets the configured performance options
|
Copyright © 2014–2019 University Health Network. All rights reserved.