Class ConvertsToString

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
ConvertsToStringEvaluator

public class ConvertsToString extends UnaryExpression implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The ConvertsToString operator returns true if the value of its argument is or can be converted to a String value. The operator returns true if the argument is any of the following types: Boolean Integer Long Decimal DateTime Date Time Quantity Ratio String If the argument is null, the result is null.

Java class for ConvertsToString complex type.

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

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