public static enum Manager.FhirFormat extends Enum<Manager.FhirFormat>
| Modifier and Type | Method and Description |
|---|---|
String |
getExtension() |
static Manager.FhirFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Manager.FhirFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Manager.FhirFormat XML
public static final Manager.FhirFormat JSON
public static final Manager.FhirFormat TURTLE
public static final Manager.FhirFormat TEXT
public static final Manager.FhirFormat VBAR
public static Manager.FhirFormat[] values()
for (Manager.FhirFormat c : Manager.FhirFormat.values()) System.out.println(c);
public static Manager.FhirFormat 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 nullpublic String getExtension()
Copyright © 2014–2021 Health Level 7. All rights reserved.