Enum XCPD.Interactions

java.lang.Object
java.lang.Enum<XCPD.Interactions>
org.openehealth.ipf.commons.ihe.hl7v3.XCPD.Interactions
All Implemented Interfaces:
Serializable, Comparable<XCPD.Interactions>, java.lang.constant.Constable, InteractionId, Hl7v3InteractionId<Hl7v3WsTransactionConfiguration>, WsInteractionId<Hl7v3WsTransactionConfiguration>
Enclosing class:
XCPD

public static enum XCPD.Interactions extends Enum<XCPD.Interactions> implements Hl7v3InteractionId<Hl7v3WsTransactionConfiguration>
  • Enum Constant Details

  • Method Details

    • values

      public static XCPD.Interactions[] 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

      public static XCPD.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 name
      NullPointerException - if the argument is null
    • getWsTransactionConfiguration

      public Hl7v3WsTransactionConfiguration getWsTransactionConfiguration()
      Specified by:
      getWsTransactionConfiguration in interface WsInteractionId<Hl7v3WsTransactionConfiguration>