|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.teamkonzept.dom4jb.beans.infos.MapXMLBeanInfo
Field Summary |
Fields inherited from interface com.teamkonzept.dom4jb.beans.XMLBeanInfo |
DEFAULT_ITEM_NAME |
Constructor Summary | |
MapXMLBeanInfo()
Creates new MapXMLBeanInfo |
|
MapXMLBeanInfo(String entryName)
Creates new MapXMLBeanInfo |
|
MapXMLBeanInfo(String mapName,
MapAdapter adapter)
Creates new MapXMLBeanInfo |
|
MapXMLBeanInfo(String entryName,
XMLBeanInfo entryType)
Creates new MapXMLBeanInfo |
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 MapXMLBeanInfo(String mapName, MapAdapter adapter)
public MapXMLBeanInfo(String entryName)
public MapXMLBeanInfo(String entryName, XMLBeanInfo entryType)
public MapXMLBeanInfo()
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 DataDescriptor getDataDescriptor()
XMLBeanInfo
getDataDescriptor
in interface XMLBeanInfo
May return null if the bean has no character data representation
XMLBeanInfo.getDataDescriptor()
public GroupDescriptor getAttributeDescriptors()
XMLBeanInfo
getAttributeDescriptors
in interface XMLBeanInfo
May return null if the bean has no properties representing element attributes.
XMLBeanInfo.getAttributeDescriptors()
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 |