|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.teamkonzept.dom4jb.beans.infos.StringEntryXMLBeanInfo
Field Summary |
Fields inherited from interface com.teamkonzept.dom4jb.beans.XMLBeanInfo |
DEFAULT_ITEM_NAME |
Constructor Summary | |
StringEntryXMLBeanInfo()
Creates new EntryXMLBeanInfo |
|
StringEntryXMLBeanInfo(String name)
Creates new EntryXMLBeanInfo |
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 StringEntryXMLBeanInfo(String name)
public StringEntryXMLBeanInfo()
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 |