com.abra.j2xb.beans.xmlModel
Class MoXmlBeanProperty
java.lang.Object
com.abra.j2xb.beans.xmlModel.MoXmlElement
com.abra.j2xb.beans.xmlModel.MoXmlProperty
com.abra.j2xb.beans.xmlModel.MoXmlBeanValuedProperty
com.abra.j2xb.beans.xmlModel.MoXmlBeanProperty
public class MoXmlBeanProperty
- extends MoXmlBeanValuedProperty
- Since:
- JDK1.5
- Version:
- 1.0, May 1, 2008
- Author:
- Yoav Abrahami
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
printElementRef
protected void printElementRef(java.io.PrintWriter pw,
java.lang.String indent)
- Specified by:
printElementRef
in class MoXmlBeanValuedProperty
printInlineElement
protected void printInlineElement(java.io.PrintWriter pw,
java.lang.String indent)
- Specified by:
printInlineElement
in class MoXmlBeanValuedProperty
persistInstance
public void persistInstance(XmlNode targetParentNode,
java.lang.Object sourceInstance)
throws XmlPersistException
- Specified by:
persistInstance
in class MoXmlElement
- Throws:
XmlPersistException
readInstance
public void readInstance(XmlNode sourceNode,
java.lang.Object targetInstance,
java.util.Set<MoXmlElement> suppressElements)
throws XmlPersistException
- Specified by:
readInstance
in class MoXmlElement
- Throws:
XmlPersistException
isBeanProperty
public static boolean isBeanProperty(MOPropertyDescriptor propertyDescriptor)
Copyright © 2008. All Rights Reserved.