com.java4less.ocr.docparser.references
Class EndOfLineRef

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

public class EndOfLineRef
extends java.lang.Object
implements IReference

Predefined reference to the end of the line


Constructor Summary
EndOfLineRef()
           
 
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

EndOfLineRef

public EndOfLineRef()
Method Detail

getValue

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

getName

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