Enum HPD.ReadInteractions
- java.lang.Object
-
- java.lang.Enum<HPD.ReadInteractions>
-
- org.openehealth.ipf.commons.ihe.hpd.HPD.ReadInteractions
-
- All Implemented Interfaces:
Serializable
,Comparable<HPD.ReadInteractions>
,InteractionId
,WsInteractionId<WsTransactionConfiguration<WsAuditDataset>>
- Enclosing class:
- HPD
public static enum HPD.ReadInteractions extends Enum<HPD.ReadInteractions> implements WsInteractionId<WsTransactionConfiguration<WsAuditDataset>>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
ITI_58
public static final HPD.ReadInteractions ITI_58
-
CH_PIDD
public static final HPD.ReadInteractions CH_PIDD
-
CH_CIQ
public static final HPD.ReadInteractions CH_CIQ
-
CH_CIDD
public static final HPD.ReadInteractions CH_CIDD
-
-
Method Detail
-
values
public static HPD.ReadInteractions[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (HPD.ReadInteractions c : HPD.ReadInteractions.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HPD.ReadInteractions valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getWsTransactionConfiguration
public WsTransactionConfiguration<WsAuditDataset> getWsTransactionConfiguration()
- Specified by:
getWsTransactionConfiguration
in interfaceWsInteractionId<WsTransactionConfiguration<WsAuditDataset>>
-
-