Uses of Enum Class
net.bluemind.icalendar.api.ICalendarElement.VAlarm.Action
Packages that use ICalendarElement.VAlarm.Action
-
Uses of ICalendarElement.VAlarm.Action in net.bluemind.icalendar.api
Fields in net.bluemind.icalendar.api declared as ICalendarElement.VAlarm.ActionMethods in net.bluemind.icalendar.api that return ICalendarElement.VAlarm.ActionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ICalendarElement.VAlarm.Action[]
ICalendarElement.VAlarm.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.bluemind.icalendar.api with parameters of type ICalendarElement.VAlarm.ActionModifier and TypeMethodDescriptionstatic ICalendarElement.VAlarm
ICalendarElement.VAlarm.create
(ICalendarElement.VAlarm.Action action, Integer trigger, String description, Integer duration, Integer repeat, String summary)