|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exolab.castor.xml.UnmarshalHandler.ArrayHandler
public static class UnmarshalHandler.ArrayHandler
A class for handling Arrays during unmarshalling.
| Method Summary | |
|---|---|
void |
addObject(Object obj)
Adds the given object to the underlying array. |
Class |
componentType()
Returns the component type handled by this class. |
Object |
getObject()
Returns the data handled by this class as an array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void addObject(Object obj)
obj - The object to be added to the underlying array.public Object getObject()
public Class componentType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||