Enum PIXV3.Interactions
- java.lang.Object
-
- java.lang.Enum<PIXV3.Interactions>
-
- org.openehealth.ipf.commons.ihe.hl7v3.PIXV3.Interactions
-
- All Implemented Interfaces:
Serializable
,Comparable<PIXV3.Interactions>
,InteractionId
,Hl7v3InteractionId<Hl7v3WsTransactionConfiguration>
,WsInteractionId<Hl7v3WsTransactionConfiguration>
- Enclosing class:
- PIXV3
public static enum PIXV3.Interactions extends Enum<PIXV3.Interactions> implements Hl7v3InteractionId<Hl7v3WsTransactionConfiguration>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ITI_44_PIX
ITI_44_XDS
ITI_45
ITI_46
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Hl7v3WsTransactionConfiguration
getWsTransactionConfiguration()
static PIXV3.Interactions
valueOf(String name)
Returns the enum constant of this type with the specified name.static PIXV3.Interactions[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.-
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Methods inherited from interface org.openehealth.ipf.commons.ihe.hl7v3.Hl7v3InteractionId
getRequestValidationProfile, getResponseValidationProfile
-
-
-
-
Enum Constant Detail
-
ITI_44_PIX
public static final PIXV3.Interactions ITI_44_PIX
-
ITI_44_XDS
public static final PIXV3.Interactions ITI_44_XDS
-
ITI_45
public static final PIXV3.Interactions ITI_45
-
ITI_46
public static final PIXV3.Interactions ITI_46
-
-
Method Detail
-
values
public static PIXV3.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 (PIXV3.Interactions c : PIXV3.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 PIXV3.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 Hl7v3WsTransactionConfiguration getWsTransactionConfiguration()
- Specified by:
getWsTransactionConfiguration
in interfaceWsInteractionId<Hl7v3WsTransactionConfiguration>
-
-