java.lang.Objectorg.objectweb.telosys.rpl.xml.XmlWrapperAncestor
org.objectweb.telosys.rpl.xml.mapper.FloatValueMapper
XML mapper implementation for FloatValue
Field Summary |
Fields inherited from class org.objectweb.telosys.rpl.xml.XmlWrapperAncestor |
DATE_AND_TIME, DATE_ONLY, TIME_ONLY |
Constructor Summary | |
FloatValueMapper()
|
Method Summary | |
java.lang.Object |
createBean()
Creates an new instance of the b managed by the XML mapper |
void |
setXmlFieldValue(java.lang.Object oBean,
java.lang.String sName,
java.lang.String sValue)
Set the given field value in the object field corresponding to the given field name. |
void |
toXml(java.io.PrintWriter out,
java.lang.Object oBean,
java.lang.String sTagName)
Print the given bean as XML tag on the given output |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.objectweb.telosys.rpl.xml.IXmlWrapper |
getBeanClass |
Constructor Detail |
public FloatValueMapper()
Method Detail |
public java.lang.Object createBean()
IXmlWrapper
createBean
in interface IXmlWrapper
public void setXmlFieldValue(java.lang.Object oBean, java.lang.String sName, java.lang.String sValue)
IXmlWrapper
setXmlFieldValue
in interface IXmlWrapper
oBean
- : the bean to updatesName
- : the name of the field in the XML flowsValue
- : the value of the fieldpublic void toXml(java.io.PrintWriter out, java.lang.Object oBean, java.lang.String sTagName)
IXmlWrapper
toXml
in interface IXmlWrapper
out
- oBean
- sTagName
-