Enum XCA.Interactions
- java.lang.Object
-
- java.lang.Enum<XCA.Interactions>
-
- org.openehealth.ipf.commons.ihe.xds.XCA.Interactions
-
- All Implemented Interfaces:
Serializable
,Comparable<XCA.Interactions>
,InteractionId
,WsInteractionId
,ValidationProfile
,XdsInteractionId
- Enclosing class:
- XCA
public static enum XCA.Interactions extends Enum<XCA.Interactions> implements XdsInteractionId
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ITI_38
ITI_38_ASYNC_RESPONSE
ITI_39
ITI_39_ASYNC_RESPONSE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description XdsIntegrationProfile
getInteractionProfile()
WsTransactionConfiguration<? extends XdsAuditDataset>
getWsTransactionConfiguration()
static XCA.Interactions
valueOf(String name)
Returns the enum constant of this type with the specified name.static XCA.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_38
public static final XCA.Interactions ITI_38
-
ITI_38_ASYNC_RESPONSE
public static final XCA.Interactions ITI_38_ASYNC_RESPONSE
-
ITI_39
public static final XCA.Interactions ITI_39
-
ITI_39_ASYNC_RESPONSE
public static final XCA.Interactions ITI_39_ASYNC_RESPONSE
-
-
Method Detail
-
values
public static XCA.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 (XCA.Interactions c : XCA.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 XCA.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
-
-