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