Search
XmlPersistContext.readEnum Method
See Also
 






Reads an enum value with the specified name.

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

 Syntax

Java  Copy Code

public int readEnum (
    String elementName,
    Element parentElement
)

 Parameters

elementName

The name of the element to read.

parentElement

The parent element.

 Return Value

An object that represents the enum that was read.

 See Also