Class ToChars

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class ToChars extends UnaryExpression implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The ToChars operator takes a string and returns a list with one string for each character in the input, in the order in which they appear in the string. If the argument is null, the result is null.

Java class for ToChars complex type.

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

 <complexType name="ToChars">
   <complexContent>
     <extension base="{urn:hl7-org:elm:r1}UnaryExpression">
     </extension>
   </complexContent>
 </complexType>