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