Uses of Enum Class
org.bedework.caldav.server.sysinterface.SysIntf.MethodEmitted
Packages that use SysIntf.MethodEmitted
-
Uses of SysIntf.MethodEmitted in org.bedework.caldav.server.sysinterface
Methods in org.bedework.caldav.server.sysinterface that return SysIntf.MethodEmittedModifier and TypeMethodDescriptionstatic SysIntf.MethodEmittedReturns the enum constant of this class with the specified name.static SysIntf.MethodEmitted[]SysIntf.MethodEmitted.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bedework.caldav.server.sysinterface with parameters of type SysIntf.MethodEmittedModifier and TypeMethodDescriptionSysIntf.writeCalendar(Collection<CalDAVEvent<?>> evs, SysIntf.MethodEmitted method, org.bedework.util.xml.XmlEmit xml, Writer wtr, String contentType) Write a collection of events as an ical calendar.