Uses of Enum Class
org.netxms.client.constants.CalendarPeriod
Packages that use CalendarPeriod
-
Uses of CalendarPeriod in org.netxms.client.constants
Methods in org.netxms.client.constants that return CalendarPeriodModifier and TypeMethodDescriptionstatic CalendarPeriodCalendarPeriod.getByValue(int value) Get enum element by integer valuestatic CalendarPeriodReturns the enum constant of this class with the specified name.static CalendarPeriod[]CalendarPeriod.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CalendarPeriod in org.netxms.client.log
Methods in org.netxms.client.log that return CalendarPeriodModifier and TypeMethodDescriptionColumnFilter.getPeriod()Get calendar period for CURRENT_PERIOD filter.Constructors in org.netxms.client.log with parameters of type CalendarPeriodModifierConstructorDescriptionColumnFilter(CalendarPeriod period) Create filter of type CURRENT_PERIOD (calendar period in client time zone, resolved by server at query time).