Uses of Class
ca.uhn.hl7v2.preparser.DatumPath

Packages that use DatumPath
ca.uhn.hl7v2.preparser   
 

Uses of DatumPath in ca.uhn.hl7v2.preparser
 

Methods in ca.uhn.hl7v2.preparser that return DatumPath
 DatumPath DatumPath.add(int new_value)
          Like add(String).
 DatumPath DatumPath.add(java.lang.Object newValue)
          add() grows this by 1, inserting newValue at the end.
 DatumPath DatumPath.add(java.lang.String new_value)
          convenience! Like add(int), but the other way around.
 DatumPath DatumPath.clear()
          setSize(0).
 DatumPath DatumPath.setSize(int newSize)
          setSize(): resize.
 

Methods in ca.uhn.hl7v2.preparser with parameters of type DatumPath
 void DatumPath.copy(DatumPath other)
          like a copy constructor without the constructor
 boolean DatumPath.numbersLessThan(DatumPath other)
           
 boolean DatumPath.startsWith(DatumPath prefix)
          Works like String.startsWith: returns true iff prefix.size() <= this.size() AND if, for 0 <= i < prefix.size(), this.get(i).equals(prefix.get(i))
protected static boolean XML.HL7MessageHandler.tryToGrowDocLocationFromElementName(java.lang.StringBuffer msgID, DatumPath curPath, java.util.Map segmentId2nextRepIdx, DatumPath lastDumpedPath, java.lang.String elementName)
           
 

Constructors in ca.uhn.hl7v2.preparser with parameters of type DatumPath
DatumPath(DatumPath other)
          copy constructor
 



Copyright © 2001-2011 University Health Network. All Rights Reserved.