Package org.hl7.v3

Enum Class ActRelationshipCheckpoint

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

public enum ActRelationshipCheckpoint extends Enum<ActRelationshipCheckpoint>

Java class for ActRelationshipCheckpoint.

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

 <simpleType name="ActRelationshipCheckpoint">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="B"/>
     <enumeration value="E"/>
     <enumeration value="S"/>
     <enumeration value="X"/>
     <enumeration value="T"/>
   </restriction>
 </simpleType>