cookxml.common.helper
Class ArrayHelper
java.lang.Object
cookxml.common.helper.ArrayHelper
- All Implemented Interfaces:
- NoAdd
- public class ArrayHelper
- extends Object
- implements NoAdd
- Since:
- CookXml 1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayHelper
public ArrayHelper(ClassLoader classLoader)
setSize
public void setSize(int size)
setType
public void setType(String type)
throws CookXmlException
- Throws:
CookXmlException
add
public void add(Object obj)
getFinalObject
public Object getFinalObject()
throws Exception
- Throws:
Exception