Enum Class ParticipationInformationGenerator

java.lang.Object
java.lang.Enum<ParticipationInformationGenerator>
org.projecthusky.common.hl7cdar2.ParticipationInformationGenerator
All Implemented Interfaces:
Serializable, Comparable<ParticipationInformationGenerator>, Constable

public enum ParticipationInformationGenerator extends Enum<ParticipationInformationGenerator>

Java-Klasse für ParticipationInformationGenerator.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType name="ParticipationInformationGenerator">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="AUT"/>
     <enumeration value="ENT"/>
     <enumeration value="INF"/>
     <enumeration value="WIT"/>
   </restriction>
 </simpleType>