Enum CH_PPQ.Interactions
- java.lang.Object
-
- java.lang.Enum<CH_PPQ.Interactions>
-
- org.openehealth.ipf.commons.ihe.xacml20.CH_PPQ.Interactions
-
- All Implemented Interfaces:
Serializable
,Comparable<CH_PPQ.Interactions>
,InteractionId
,WsInteractionId<WsTransactionConfiguration<ChPpqAuditDataset>>
- Enclosing class:
- CH_PPQ
public static enum CH_PPQ.Interactions extends Enum<CH_PPQ.Interactions> implements WsInteractionId<WsTransactionConfiguration<ChPpqAuditDataset>>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
CH_PPQ_1
public static final CH_PPQ.Interactions CH_PPQ_1
-
CH_PPQ_2
public static final CH_PPQ.Interactions CH_PPQ_2
-
-
Method Detail
-
values
public static CH_PPQ.Interactions[] 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 (CH_PPQ.Interactions c : CH_PPQ.Interactions.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CH_PPQ.Interactions 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 getWsTransactionConfiguration()
- Specified by:
getWsTransactionConfiguration
in interfaceWsInteractionId<WsTransactionConfiguration<ChPpqAuditDataset>>
-
-