Uses of Class
org.cxbox.core.ui.model.json.ChartMetaItem.Engine
-
Packages that use ChartMetaItem.Engine Package Description org.cxbox.core.ui.model.json -
-
Uses of ChartMetaItem.Engine in org.cxbox.core.ui.model.json
Methods in org.cxbox.core.ui.model.json that return ChartMetaItem.Engine Modifier and Type Method Description static ChartMetaItem.EngineChartMetaItem.Engine. of(String stringValue)static ChartMetaItem.EngineChartMetaItem.Engine. valueOf(String name)Returns the enum constant of this type with the specified name.static ChartMetaItem.Engine[]ChartMetaItem.Engine. values()Returns an array containing the constants of this enum type, in the order they are declared.
-