public static enum FhirIO.Write.WriteMethod extends java.lang.Enum<FhirIO.Write.WriteMethod>
Enum Constant and Description |
---|
EXECUTE_BUNDLE
|
IMPORT
Import Method bulk imports resources from GCS.
|
Modifier and Type | Method and Description |
---|---|
static FhirIO.Write.WriteMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FhirIO.Write.WriteMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FhirIO.Write.WriteMethod EXECUTE_BUNDLE
public static final FhirIO.Write.WriteMethod IMPORT
public static FhirIO.Write.WriteMethod[] values()
for (FhirIO.Write.WriteMethod c : FhirIO.Write.WriteMethod.values()) System.out.println(c);
public static FhirIO.Write.WriteMethod valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null