public static enum PDQ.Interactions extends Enum<PDQ.Interactions> implements Hl7v2InteractionId<QueryAuditDataset>
| Modifier and Type | Method and Description |
|---|---|
Hl7v2TransactionConfiguration<QueryAuditDataset> |
getHl7v2TransactionConfiguration() |
NakFactory<QueryAuditDataset> |
getNakFactory() |
static PDQ.Interactions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDQ.Interactions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfinitpublic static final PDQ.Interactions ITI_21
public static final PDQ.Interactions ITI_22
public static PDQ.Interactions[] values()
for (PDQ.Interactions c : PDQ.Interactions.values()) System.out.println(c);
public static PDQ.Interactions 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 null@Generated(value="lombok") public Hl7v2TransactionConfiguration<QueryAuditDataset> getHl7v2TransactionConfiguration()
getHl7v2TransactionConfiguration in interface Hl7v2InteractionId<QueryAuditDataset>@Generated(value="lombok") public NakFactory<QueryAuditDataset> getNakFactory()
getNakFactory in interface Hl7v2InteractionId<QueryAuditDataset>Copyright © 2018 Open eHealth Foundation. All rights reserved.