Class PositionOf

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

public class PositionOf extends OperatorExpression implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The PositionOf operator returns the 0-based index of the beginning 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 PositionOf complex type.

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

 <complexType name="PositionOf">
   <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>