Class ToString

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

    public class ToString
    extends UnaryExpression
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    The ToString operator converts the value of its argument to a String value. The operator uses the following string representations for each type: Boolean true|false Integer (-)?#0 Long (-)?#0 Decimal (-)?#0.0# Quantity (-)?#0.0# '' Date YYYY-MM-DD DateTime YYYY-MM-DDThh:mm:ss.fff(+|-)hh:mm Time hh:mm:ss.fff Ratio : See the Formatting Strings topic in the CQL Reference (Appendix B) of the CQL Specification for a description of formatting strings. If the argument is null, the result is null.

    Java class for ToString complex type.

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

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