Uses of Class
org.dashbuilder.dataset.date.TimeInstant.TimeMode
-
Packages that use TimeInstant.TimeMode Package Description org.dashbuilder.dataset.date -
-
Uses of TimeInstant.TimeMode in org.dashbuilder.dataset.date
Methods in org.dashbuilder.dataset.date that return TimeInstant.TimeMode Modifier and Type Method Description static TimeInstant.TimeModeTimeInstant.TimeMode. getByIndex(int index)static TimeInstant.TimeModeTimeInstant.TimeMode. getByName(String name)TimeInstant.TimeModeTimeInstant. getTimeMode()static TimeInstant.TimeModeTimeInstant.TimeMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeInstant.TimeMode[]TimeInstant.TimeMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dashbuilder.dataset.date with parameters of type TimeInstant.TimeMode Modifier and Type Method Description voidTimeInstant. setTimeMode(TimeInstant.TimeMode timeMode)Constructors in org.dashbuilder.dataset.date with parameters of type TimeInstant.TimeMode Constructor Description TimeInstant(TimeInstant.TimeMode timeMode, DateIntervalType intervalType, Month firstMonthOfYear, TimeAmount timeAmount)
-