com.teamkonzept.dom4jb.beans.infos
Class ClassXMLBeanInfo
java.lang.Object
|
+--com.teamkonzept.dom4jb.beans.infos.ObjectXMLBeanInfo
|
+--com.teamkonzept.dom4jb.beans.infos.ClassXMLBeanInfo
- All Implemented Interfaces:
- XMLBeanInfo
- public final class ClassXMLBeanInfo
- extends ObjectXMLBeanInfo
This is the default XMLBeanInfo defining how a class object will be
represented.
Every java.lang.Class object will be represented as follows:
- as empty element content
- as empty attribute value
- which contributes no attributes
- if the object is an item in a collection, the surrounding element name
is the item name specified by CLASS_ITEM_NAME
- Version:
- $Revision: 1.2 $
- Author:
- Carsten Krebs
- See Also:
CLASS_ITEM_NAME
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS_ITEM_NAME
public static final String CLASS_ITEM_NAME
- the item name, returned by getItemName().
- See Also:
getItemName()
,
Constant Field Values
ClassXMLBeanInfo
public ClassXMLBeanInfo()
getItemName
public String getItemName()
- Description copied from interface:
XMLBeanInfo
- Gets the item name of the bean. If the bean has to
be expanded as part of a collection, this name is used as the
surrounding element name.
- Specified by:
getItemName
in interface XMLBeanInfo
- Overrides:
getItemName
in class ObjectXMLBeanInfo
- See Also:
XMLBeanInfo.getItemName()
Copyright © 2001-2003 Team-Konzept GmbH & CO KG. All Rights Reserved.