Search
XmlPersistContext.writeEnum Method
See Also
 






Writes the specified enum value.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public Element writeEnum (
    Object enumValue,
    String elementName,
    Element parentElement
)

 Parameters

enumValue

The enum value to write.

elementName

The name of the element to write.

parentElement

The parent element.

 Return Value

The newly created Element.

 See Also