cookxml.common.helper
Class CharHelper

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

public class CharHelper
extends Object
implements Helper

Helper class for constructing a Character object.

Since:
CookXml 1.0
See Also:
Character, CharConverter

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

Field Detail

value

public char value
Constructor Detail

CharHelper

public CharHelper()
Method Detail

getFinalObject

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