cookxml.common.helper
Class ByteHelper

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

public class ByteHelper
extends Object
implements Helper

Helper class for constructing a Byte object.

Since:
CookXml 1.0
See Also:
Byte, ByteConverter

Field Summary
 byte value
           
 
Constructor Summary
ByteHelper()
           
 
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 byte value
Constructor Detail

ByteHelper

public ByteHelper()
Method Detail

getFinalObject

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