org.exolab.castor.xml
public static class UnmarshalHandler.ArrayHandler extends Object
| Field Summary | |
|---|---|
| Class | _componentType |
| Vector | _items |
| Constructor Summary | |
|---|---|
| ArrayHandler(Class componentType)
Creates a new ArrayHandler
| |
| Method Summary | |
|---|---|
| void | addObject(Object obj)
Adds the given object to the underlying array
|
| Class | componentType() |
| Object | getObject() |
Parameters: componentType the ComponentType for the array.