Enum XCDR.Interactions
- java.lang.Object
-
- java.lang.Enum<XCDR.Interactions>
-
- org.openehealth.ipf.commons.ihe.xds.XCDR.Interactions
-
- All Implemented Interfaces:
Serializable
,Comparable<XCDR.Interactions>
,InteractionId
,WsInteractionId
,ValidationProfile
,XdsInteractionId
- Enclosing class:
- XCDR
public static enum XCDR.Interactions extends Enum<XCDR.Interactions> implements XdsInteractionId
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ITI_80
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description XdsIntegrationProfile
getInteractionProfile()
WsTransactionConfiguration<? extends XdsAuditDataset>
getWsTransactionConfiguration()
static XCDR.Interactions
valueOf(String name)
Returns the enum constant of this type with the specified name.static XCDR.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.xds.core.validate.ValidationProfile
isEbXml30Based, isPartOf
-
Methods inherited from interface org.openehealth.ipf.commons.ihe.xds.XdsInteractionId
getInteractionId, isQuery
-
-
-
-
Enum Constant Detail
-
ITI_80
public static final XCDR.Interactions ITI_80
-
-
Method Detail
-
values
public static XCDR.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 (XCDR.Interactions c : XCDR.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 XCDR.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
-
getInteractionProfile
public XdsIntegrationProfile getInteractionProfile()
- Specified by:
getInteractionProfile
in interfaceValidationProfile
- Specified by:
getInteractionProfile
in interfaceXdsInteractionId
- Returns:
- ID of interaction profile the transaction belongs to.
-
getWsTransactionConfiguration
public WsTransactionConfiguration<? extends XdsAuditDataset> getWsTransactionConfiguration()
- Specified by:
getWsTransactionConfiguration
in interfaceWsInteractionId
-
-