Enum Class ChCmpd.Interactions

java.lang.Object
java.lang.Enum<ChCmpd.Interactions>
org.projecthusky.communication.ch.camel.ChCmpd.Interactions
All Implemented Interfaces:
Serializable, Comparable<ChCmpd.Interactions>, Constable, org.openehealth.ipf.commons.ihe.core.InteractionId, org.openehealth.ipf.commons.ihe.ws.WsInteractionId, org.openehealth.ipf.commons.ihe.xds.core.validate.ValidationProfile, org.openehealth.ipf.commons.ihe.xds.XdsInteractionId
Enclosing class:
ChCmpd

public static enum ChCmpd.Interactions extends Enum<ChCmpd.Interactions> implements org.openehealth.ipf.commons.ihe.xds.XdsInteractionId
  • Enum Constant Details

  • Method Details

    • values

      public static ChCmpd.Interactions[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ChCmpd.Interactions valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getInteractionProfile

      public org.openehealth.ipf.commons.ihe.xds.XdsIntegrationProfile getInteractionProfile()
      Specified by:
      getInteractionProfile in interface org.openehealth.ipf.commons.ihe.xds.core.validate.ValidationProfile
      Specified by:
      getInteractionProfile in interface org.openehealth.ipf.commons.ihe.xds.XdsInteractionId
    • getWsTransactionConfiguration

      public org.openehealth.ipf.commons.ihe.ws.WsTransactionConfiguration<? extends org.openehealth.ipf.commons.ihe.xds.core.audit.XdsAuditDataset> getWsTransactionConfiguration()
      Specified by:
      getWsTransactionConfiguration in interface org.openehealth.ipf.commons.ihe.ws.WsInteractionId