Package org.hl7.v3

Enum Class TableCellHorizontalAlign

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

public enum TableCellHorizontalAlign extends Enum<TableCellHorizontalAlign>

Java class for TableCellHorizontalAlign.

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

 <simpleType name="TableCellHorizontalAlign">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="center"/>
     <enumeration value="char"/>
     <enumeration value="justify"/>
     <enumeration value="left"/>
     <enumeration value="right"/>
   </restriction>
 </simpleType>