public static enum HL7v2IO.Write.WriteMethod extends java.lang.Enum<HL7v2IO.Write.WriteMethod>
Enum Constant and Description |
---|
BATCH_IMPORT
Batch import write method.
|
INGEST
Ingest write method.
|
Modifier and Type | Method and Description |
---|---|
static HL7v2IO.Write.WriteMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HL7v2IO.Write.WriteMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HL7v2IO.Write.WriteMethod INGEST
public static final HL7v2IO.Write.WriteMethod BATCH_IMPORT
public static HL7v2IO.Write.WriteMethod[] values()
for (HL7v2IO.Write.WriteMethod c : HL7v2IO.Write.WriteMethod.values()) System.out.println(c);
public static HL7v2IO.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