Class Length

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

    public class Length
    extends UnaryExpression
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    The Length operator returns the length of its argument. For strings, the length is the number of characters in the string. For lists, the length is the number of elements in the list. If the argument is null, the result is 0.

    Java class for Length complex type.

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

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