cookxml.common.helper
Class StringHelper

java.lang.Object
  extended bycookxml.common.helper.StringHelper
All Implemented Interfaces:
Helper, NoAdd

public class StringHelper
extends Object
implements Helper

Helper class for constructing a String object.

Since:
CookXml 1.0
See Also:
String

Field Summary
 String text
           
 
Constructor Summary
StringHelper()
           
 
Method Summary
 Object getFinalObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

public String text
Constructor Detail

StringHelper

public StringHelper()
Method Detail

getFinalObject

public Object getFinalObject()
Specified by:
getFinalObject in interface Helper