|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tagtraum.sixbs.AbstractAdapter
Convenience superclass for Adapter
s.
Field Summary | |
static java.lang.String |
vcid
Source-Version |
Constructor Summary | |
AbstractAdapter()
|
Method Summary | |
abstract java.lang.Object |
deserialize()
Returns the object that has been initialized from XML by calling the setter methods of a class implementing this interface. |
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static java.lang.String vcid
Constructor Detail |
public AbstractAdapter()
Method Detail |
public abstract java.lang.Object deserialize() throws SIXBSException
Example:
In ArrayListAdapt
this method
returns an initialized ArrayList
. The ArrayList
has been initialized by the Adapter, when the
ListAdapt.setList(Object[])
method was called by SIXBSReader
.
deserialize
in interface Adapter
SIXBSException
public boolean equals(java.lang.Object obj)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |