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:

Version:
$Revision: 1.2 $
Author:
Carsten Krebs
See Also:
CLASS_ITEM_NAME

Field Summary
static String CLASS_ITEM_NAME
          the item name, returned by getItemName().
 
Fields inherited from interface com.teamkonzept.dom4jb.beans.XMLBeanInfo
DEFAULT_ITEM_NAME
 
Constructor Summary
ClassXMLBeanInfo()
           
 
Method Summary
 String getItemName()
          Gets the item name of the bean.
 
Methods inherited from class com.teamkonzept.dom4jb.beans.infos.ObjectXMLBeanInfo
getAttributeDescriptors, getContentDescriptors, getDataDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_ITEM_NAME

public static final String CLASS_ITEM_NAME
the item name, returned by getItemName().

See Also:
getItemName(), Constant Field Values
Constructor Detail

ClassXMLBeanInfo

public ClassXMLBeanInfo()
Method Detail

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.