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