Enum CONTINUA_HRN.Interactions
java.lang.Object
java.lang.Enum<CONTINUA_HRN.Interactions>
org.openehealth.ipf.commons.ihe.xds.CONTINUA_HRN.Interactions
- All Implemented Interfaces:
Serializable
,Comparable<CONTINUA_HRN.Interactions>
,java.lang.constant.Constable
,InteractionId
,WsInteractionId
,ValidationProfile
,XdsInteractionId
- Enclosing class:
- CONTINUA_HRN
public static enum CONTINUA_HRN.Interactions
extends Enum<CONTINUA_HRN.Interactions>
implements XdsInteractionId
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionWsTransactionConfiguration<? extends XdsAuditDataset>
static CONTINUA_HRN.Interactions
Returns the enum constant of this type with the specified name.static CONTINUA_HRN.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, describeConstable, 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 Details
-
ITI_41
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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
- Specified by:
getInteractionProfile
in interfaceValidationProfile
- Specified by:
getInteractionProfile
in interfaceXdsInteractionId
- Returns:
- ID of interaction profile the transaction belongs to.
-
getWsTransactionConfiguration
- Specified by:
getWsTransactionConfiguration
in interfaceWsInteractionId
-