Class LastPositionOf

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

public class LastPositionOf extends OperatorExpression implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The LastPositionOf operator returns the 0-based index of the beginning of the last appearance of the given pattern in the given string. If the pattern is not found, the result is -1. If either argument is null, the result is null.

Java class for LastPositionOf complex type.

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

 <complexType name="LastPositionOf">
   <complexContent>
     <extension base="{urn:hl7-org:elm:r1}OperatorExpression">
       <sequence>
         <element name="pattern" type="{urn:hl7-org:elm:r1}Expression"/>
         <element name="string" type="{urn:hl7-org:elm:r1}Expression"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>