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

java.lang.Object
  |
  +--com.teamkonzept.dom4jb.beans.infos.ObjectXMLBeanInfo
        |
        +--com.teamkonzept.dom4jb.beans.infos.CollectionXMLBeanInfo
              |
              +--com.teamkonzept.dom4jb.beans.infos.Collections.UnmodifiableCollectionXMLBeanInfo
All Implemented Interfaces:
XMLBeanInfo
Enclosing class:
Collections

public static class Collections.UnmodifiableCollectionXMLBeanInfo
extends CollectionXMLBeanInfo

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

Every java.util.Collections$UnmodifiableCollection 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.UnmodifiableCollectionXMLBeanInfo()
           
 
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.UnmodifiableCollectionXMLBeanInfo

public Collections.UnmodifiableCollectionXMLBeanInfo()


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