public static class UnmarshalHandler.ArrayHandler
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
(package private) java.lang.Class<?> |
_componentType |
|
(package private) java.util.ArrayList<java.lang.Object> |
_items |
Constructor | Description |
---|---|
ArrayHandler(java.lang.Class<?> componentType) |
Creates a new ArrayHandler
|
Modifier and Type | Method | Description |
---|---|---|
void |
addObject(java.lang.Object obj) |
Adds the given object to the underlying array.
|
java.lang.Class<?> |
componentType() |
Returns the component type handled by this class.
|
java.lang.Object |
getObject() |
Returns the data handled by this class as an array.
|
java.lang.Class<?> _componentType
java.util.ArrayList<java.lang.Object> _items
ArrayHandler(java.lang.Class<?> componentType)
componentType
- the ComponentType for the array.public void addObject(java.lang.Object obj)
obj
- The object to be added to the underlying array.public java.lang.Object getObject()
public java.lang.Class<?> componentType()
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com