com.teamkonzept.dom4jb.beans.infos
Class LongXMLBeanInfo
java.lang.Object
|
+--com.teamkonzept.dom4jb.beans.infos.ObjectXMLBeanInfo
|
+--com.teamkonzept.dom4jb.beans.infos.StringXMLBeanInfo
|
+--com.teamkonzept.dom4jb.beans.infos.LongXMLBeanInfo
- All Implemented Interfaces:
- XMLBeanInfo
- public class LongXMLBeanInfo
- extends StringXMLBeanInfo
This is the default XMLBeanInfo defining how a long will be represented.
Every java.lang.Long object will be represented as follows:
- as text element content, representing the String returned by the
method toString()
- as attribute value, representing the String returned by the
method toString()
- which contributes no attributes
- if the string is an item in a collection, the surrounding element name
is the default item name
- Version:
- $Revision: 1.2 $
- Author:
- Carsten Krebs
- See Also:
XMLBeanInfo.DEFAULT_ITEM_NAME
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LongXMLBeanInfo
public LongXMLBeanInfo()
- Creates new IntegerXMLBeanInfo
Copyright © 2001-2003 Team-Konzept GmbH & CO KG. All Rights Reserved.