Uses of Class
net.n2oapp.framework.api.metadata.meta.widget.chart.ChartType
-
Packages that use ChartType Package Description net.n2oapp.framework.api.metadata.meta.widget.chart -
-
Uses of ChartType in net.n2oapp.framework.api.metadata.meta.widget.chart
Methods in net.n2oapp.framework.api.metadata.meta.widget.chart that return ChartType Modifier and Type Method Description static ChartTypeChartType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ChartType[]ChartType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-