|
|||||||||
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(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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |