|
|||||||||||
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
This is the default XMLBeanInfo defining how a object will be represented.
Every native java.lang.Object object will be represented as follows:
XMLBeanInfo.DEFAULT_ITEM_NAME
Field Summary |
Fields inherited from interface com.teamkonzept.dom4jb.beans.XMLBeanInfo |
DEFAULT_ITEM_NAME |
Constructor Summary | |
ObjectXMLBeanInfo()
Creates new ObjectXMLBeanInfo |
Method Summary | |
GroupDescriptor |
getAttributeDescriptors()
Gets the group of attribute descriptors. |
GroupDescriptor |
getContentDescriptors()
Gets the group of content descriptors. |
DataDescriptor |
getDataDescriptor()
Gets the data descriptor. |
String |
getItemName()
Gets the item name of the bean. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ObjectXMLBeanInfo()
Method Detail |
public GroupDescriptor getContentDescriptors()
XMLBeanInfo
getContentDescriptors
in interface XMLBeanInfo
May return null if the bean has no properties representing element content.
XMLBeanInfo.getContentDescriptors()
public GroupDescriptor getAttributeDescriptors()
XMLBeanInfo
getAttributeDescriptors
in interface XMLBeanInfo
May return null if the bean has no properties representing element attributes.
XMLBeanInfo.getAttributeDescriptors()
public DataDescriptor getDataDescriptor()
XMLBeanInfo
getDataDescriptor
in interface XMLBeanInfo
May return null if the bean has no character data representation
XMLBeanInfo.getDataDescriptor()
public String getItemName()
XMLBeanInfo
getItemName
in interface XMLBeanInfo
May return null if the default item name should be used
XMLBeanInfo.getItemName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |