Class Coalesce

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

public class Coalesce extends NaryExpression implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The Coalesce operator returns the first non-null result in a list of arguments. If all arguments evaluate to null, the result is null. The static type of the first argument determines the type of the result, and all subsequent arguments must be of that same type.

Java class for Coalesce complex type.

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

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