Package org.hl7.v3

Enum Class ParticipationExposureparticipation

java.lang.Object
java.lang.Enum<ParticipationExposureparticipation>
org.hl7.v3.ParticipationExposureparticipation
All Implemented Interfaces:
Serializable, Comparable<ParticipationExposureparticipation>, Constable

public enum ParticipationExposureparticipation extends Enum<ParticipationExposureparticipation>

Java class for ParticipationExposureparticipation.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="ParticipationExposureparticipation">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="EXPART"/>
     <enumeration value="EXSRC"/>
     <enumeration value="EXPTRGT"/>
   </restriction>
 </simpleType>