Uses of Class
org.dashbuilder.dataset.date.Quarter
-
Packages that use Quarter Package Description org.dashbuilder.dataset.date -
-
Uses of Quarter in org.dashbuilder.dataset.date
Methods in org.dashbuilder.dataset.date that return Quarter Modifier and Type Method Description static QuarterQuarter. getByIndex(int index)static QuarterQuarter. getByName(String name)static QuarterQuarter. valueOf(String name)Returns the enum constant of this type with the specified name.static Quarter[]Quarter. values()Returns an array containing the constants of this enum type, in the order they are declared.
-