org.hccp.pdf
Class LiteralString

java.lang.Object
  |
  +--org.hccp.pdf.LiteralString
All Implemented Interfaces:
DocumentObject

public class LiteralString
extends java.lang.Object
implements DocumentObject


Constructor Summary
LiteralString(java.lang.String s)
           
 
Method Summary
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiteralString

public LiteralString(java.lang.String s)
Method Detail

getValue

public java.lang.String getValue()
Specified by:
getValue in interface DocumentObject