public enum ServerValidationModeEnum extends Enum<ServerValidationModeEnum>
| Enum Constant and Description |
|---|
NEVER
Do not validate the server's conformance statement before attempting to
call it.
|
ONCE
Validate the server's conformance statement once (per base URL) and cache the
results for the lifetime of the
FhirContext |
| Modifier and Type | Method and Description |
|---|---|
static ServerValidationModeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerValidationModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerValidationModeEnum NEVER
public static final ServerValidationModeEnum ONCE
FhirContextpublic static ServerValidationModeEnum[] values()
for (ServerValidationModeEnum c : ServerValidationModeEnum.values()) System.out.println(c);
public static ServerValidationModeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2014–2019 University Health Network. All rights reserved.