com.teamkonzept.dom4jb.beans.infos
Class IntegerXMLBeanInfo

java.lang.Object
  |
  +--com.teamkonzept.dom4jb.beans.infos.ObjectXMLBeanInfo
        |
        +--com.teamkonzept.dom4jb.beans.infos.StringXMLBeanInfo
              |
              +--com.teamkonzept.dom4jb.beans.infos.IntegerXMLBeanInfo
All Implemented Interfaces:
XMLBeanInfo

public class IntegerXMLBeanInfo
extends StringXMLBeanInfo

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

Every java.lang.Integer object will be represented as follows:

Version:
$Revision: 1.2 $
Author:
Carsten Krebs
See Also:
XMLBeanInfo.DEFAULT_ITEM_NAME

Field Summary
 
Fields inherited from interface com.teamkonzept.dom4jb.beans.XMLBeanInfo
DEFAULT_ITEM_NAME
 
Constructor Summary
IntegerXMLBeanInfo()
          Creates new IntegerXMLBeanInfo
 
Methods inherited from class com.teamkonzept.dom4jb.beans.infos.StringXMLBeanInfo
getContentDescriptors, getDataDescriptor
 
Methods inherited from class com.teamkonzept.dom4jb.beans.infos.ObjectXMLBeanInfo
getAttributeDescriptors, getItemName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerXMLBeanInfo

public IntegerXMLBeanInfo()
Creates new IntegerXMLBeanInfo



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