Class EndsWith

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

    public class EndsWith
    extends BinaryExpression
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    The EndsWith operator returns true if the given string ends with the given suffix. If the suffix is the empty string, the result is true. If either argument is null, the result is null.

    Java class for EndsWith complex type.

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

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