Package org.hl7.fhir

Enum Class TypeRestfulInteractionList

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

public enum TypeRestfulInteractionList extends Enum<TypeRestfulInteractionList>

Java class for TypeRestfulInteraction-list.

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

 <simpleType name="TypeRestfulInteraction-list">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="read"/>
     <enumeration value="vread"/>
     <enumeration value="update"/>
     <enumeration value="delete"/>
     <enumeration value="history-instance"/>
     <enumeration value="history-type"/>
     <enumeration value="create"/>
     <enumeration value="search-type"/>
   </restriction>
 </simpleType>