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