com.java4less.ocr.docparser.references
Class BeginOfLineRef

java.lang.Object
  extended by com.java4less.ocr.docparser.references.BeginOfLineRef
All Implemented Interfaces:
IReference

public class BeginOfLineRef
extends java.lang.Object
implements IReference

Predefined reference to the beginning of the line


Constructor Summary
BeginOfLineRef()
           
 
Method Summary
 java.lang.String getName()
           
 TextValue getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeginOfLineRef

public BeginOfLineRef()
Method Detail

getValue

public TextValue getValue()
Specified by:
getValue in interface IReference

getName

public java.lang.String getName()
Specified by:
getName in interface IReference