com.tagtraum.sixbs.adapters.util
Class ListAdapt

java.lang.Object
  |
  +--com.tagtraum.sixbs.AbstractAdapter
        |
        +--com.tagtraum.sixbs.adapters.util.ListAdapt
All Implemented Interfaces:
Adapter
Direct Known Subclasses:
ArrayListAdapt, LinkedListAdapt, VectorAdapt

public class ListAdapt
extends AbstractAdapter

Adapter for an ArrayList. Uses ListAdapt.

Version:
$Id: ListAdapt.java,v 1.1 2001/05/06 14:55:02 Hendrik Exp $
Author:
Hendrik Schreiber

Field Summary
static String vcid
          Source-Version
 
Constructor Summary
ListAdapt(List list)
           
 
Method Summary
 Object deserialize()
          Returns the object that has been initialized from XML by calling the setter methods of a class implementing this interface.
 Object[] getList()
           
 void setList(Object[] array)
           
 
Methods inherited from class com.tagtraum.sixbs.AbstractAdapter
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vcid

public static String vcid
Source-Version

Constructor Detail

ListAdapt

public ListAdapt(List list)
Method Detail

getList

public Object[] getList()

setList

public void setList(Object[] array)

deserialize

public Object deserialize()
                   throws SIXBSException
Description copied from class: AbstractAdapter
Returns the object that has been initialized from XML by calling the setter methods of a class implementing this interface.

Example:

In ArrayListAdapt this method returns an initialized ArrayList. The ArrayList has been initialized by the Adapter, when the setList(Object[]) method was called by SIXBSReader.

Specified by:
deserialize in interface Adapter
Specified by:
deserialize in class AbstractAdapter
SIXBSException


Copyright © 2001 tagtraum industries.