com.teamkonzept.dom4jb.beans.infos
Class ArrayListXMLBeanInfo

java.lang.Object
  |
  +--com.teamkonzept.dom4jb.beans.infos.ObjectXMLBeanInfo
        |
        +--com.teamkonzept.dom4jb.beans.infos.CollectionXMLBeanInfo
              |
              +--com.teamkonzept.dom4jb.beans.infos.ListXMLBeanInfo
                    |
                    +--com.teamkonzept.dom4jb.beans.infos.ArrayListXMLBeanInfo
All Implemented Interfaces:
XMLBeanInfo

public class ArrayListXMLBeanInfo
extends ListXMLBeanInfo

This is the default XMLBeanInfo defining how a array list will be represented.

Every java.util.ArrayList object will be represented as follows:

Version:
$Revision: 1.2 $
Author:
Carsten Krebs
See Also:
CollectionXMLBeanInfo.COLLECTION_ITEM_NAME

Field Summary
 
Fields inherited from class com.teamkonzept.dom4jb.beans.infos.CollectionXMLBeanInfo
COLLECTION_ITEM_NAME
 
Fields inherited from interface com.teamkonzept.dom4jb.beans.XMLBeanInfo
DEFAULT_ITEM_NAME
 
Constructor Summary
ArrayListXMLBeanInfo()
           
 
Methods inherited from class com.teamkonzept.dom4jb.beans.infos.CollectionXMLBeanInfo
getContentDescriptors, getItemName
 
Methods inherited from class com.teamkonzept.dom4jb.beans.infos.ObjectXMLBeanInfo
getAttributeDescriptors, getDataDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayListXMLBeanInfo

public ArrayListXMLBeanInfo()


Copyright © 2001-2003 Team-Konzept GmbH & CO KG. All Rights Reserved.