com.teamkonzept.dom4jb.beans.infos
Class Collections.UnmodifiableListXMLBeanInfo

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.Collections.UnmodifiableListXMLBeanInfo
All Implemented Interfaces:
XMLBeanInfo
Enclosing class:
Collections

public static class Collections.UnmodifiableListXMLBeanInfo
extends ListXMLBeanInfo

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

Every java.util.List 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
Collections.UnmodifiableListXMLBeanInfo()
           
 
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

Collections.UnmodifiableListXMLBeanInfo

public Collections.UnmodifiableListXMLBeanInfo()


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