public enum FhirVersion extends Enum<FhirVersion>
| Enum Constant and Description |
|---|
DST2016May |
DSTU1 |
DSTU2 |
R4 |
STU3 |
| Modifier and Type | Method and Description |
|---|---|
static FhirVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FhirVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FhirVersion DSTU1
public static final FhirVersion DSTU2
public static final FhirVersion DST2016May
public static final FhirVersion STU3
public static final FhirVersion R4
public static FhirVersion[] values()
for (FhirVersion c : FhirVersion.values()) System.out.println(c);
public static FhirVersion 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–2018 University Health Network. All rights reserved.