|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.teamkonzept.dom4jb.beans.infos.ObjectXMLBeanInfo | +--com.teamkonzept.dom4jb.beans.infos.CollectionXMLBeanInfo
This is the default XMLBeanInfo defining how a collection will be represented.
Every java.util.Collection object will be represented as follows:
Example: A collection of integer-objects will be represented like this:
<items> <item>1</item> <item>2</item> <item>3</item> </items>
whereby the sourrounding element <items> may differ.
COLLECTION_ITEM_NAME
Field Summary | |
static String |
COLLECTION_ITEM_NAME
the item name, returned by getItemName(). |
Fields inherited from interface com.teamkonzept.dom4jb.beans.XMLBeanInfo |
DEFAULT_ITEM_NAME |
Constructor Summary | |
CollectionXMLBeanInfo()
Creates new CollectionXMLBeanInfo |
Method Summary | |
GroupDescriptor |
getContentDescriptors()
Gets the group of content descriptors. |
String |
getItemName()
Gets the item name of the bean. |
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 |
Field Detail |
public static final String COLLECTION_ITEM_NAME
getItemName()
,
Constant Field ValuesConstructor Detail |
public CollectionXMLBeanInfo()
Method Detail |
public GroupDescriptor getContentDescriptors()
XMLBeanInfo
getContentDescriptors
in interface XMLBeanInfo
getContentDescriptors
in class ObjectXMLBeanInfo
XMLBeanInfo.getContentDescriptors()
public String getItemName()
XMLBeanInfo
getItemName
in interface XMLBeanInfo
getItemName
in class ObjectXMLBeanInfo
XMLBeanInfo.getItemName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |