public static enum PIX.FeedInteractions extends Enum<PIX.FeedInteractions> implements Hl7v2InteractionId<FeedAuditDataset>
| Modifier and Type | Method and Description |
|---|---|
Hl7v2TransactionConfiguration<FeedAuditDataset> |
getHl7v2TransactionConfiguration() |
NakFactory<FeedAuditDataset> |
getNakFactory() |
static PIX.FeedInteractions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PIX.FeedInteractions[] |
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 PIX.FeedInteractions ITI_8_PIX
public static final PIX.FeedInteractions ITI_8_XDS
public static PIX.FeedInteractions[] values()
for (PIX.FeedInteractions c : PIX.FeedInteractions.values()) System.out.println(c);
public static PIX.FeedInteractions 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<FeedAuditDataset> getHl7v2TransactionConfiguration()
getHl7v2TransactionConfiguration in interface Hl7v2InteractionId<FeedAuditDataset>@Generated(value="lombok") public NakFactory<FeedAuditDataset> getNakFactory()
getNakFactory in interface Hl7v2InteractionId<FeedAuditDataset>Copyright © 2018 Open eHealth Foundation. All rights reserved.