Reads an enum value with the specified name and default value.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public Object readEnum ( |
The name of the element to read.
The parent element.
The default value of the enumeration.
An object that represents the enum that was read.
See Also