public static enum HPD.ReadInteractions extends Enum<HPD.ReadInteractions> implements WsInteractionId<WsTransactionConfiguration<WsAuditDataset>>
| Modifier and Type | Method and Description |
|---|---|
WsTransactionConfiguration<WsAuditDataset> |
getWsTransactionConfiguration() |
static HPD.ReadInteractions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HPD.ReadInteractions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HPD.ReadInteractions ITI_58
public static final HPD.ReadInteractions CH_PIDD
public static final HPD.ReadInteractions CH_CIQ
public static final HPD.ReadInteractions CH_CIDD
public static HPD.ReadInteractions[] values()
for (HPD.ReadInteractions c : HPD.ReadInteractions.values()) System.out.println(c);
public static HPD.ReadInteractions 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 WsTransactionConfiguration<WsAuditDataset> getWsTransactionConfiguration()
getWsTransactionConfiguration in interface WsInteractionId<WsTransactionConfiguration<WsAuditDataset>>Copyright © 2020 Open eHealth Foundation. All rights reserved.