Search
XmlSerializationContext.writeFloat Method
See Also
 






Writes a float value with the specified name.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public Element writeFloat (
    float value,
    String elementName,
    Element parentElement
)

 Parameters

value

The float value to write.

elementName

The name of the element under which the value should be written.

parentElement

The parent element of the newly created node.

 Return Value

An instance of the Element class representing the newly created XML element.

 See Also