Uses of Enum Class
net.bluemind.icalendar.api.ICalendarElement.CUType
Packages that use ICalendarElement.CUType
-
Uses of ICalendarElement.CUType in net.bluemind.icalendar.api
Subclasses with type arguments of type ICalendarElement.CUType in net.bluemind.icalendar.apiModifier and TypeClassDescriptionstatic enum4.2.3 Calendar User Type To specify the type of calendar userFields in net.bluemind.icalendar.api declared as ICalendarElement.CUTypeModifier and TypeFieldDescriptionICalendarElement.Attendee.cutype"CUTYPE", to indicate the type of calendar userMethods in net.bluemind.icalendar.api that return ICalendarElement.CUTypeModifier and TypeMethodDescriptionstatic ICalendarElement.CUTypestatic ICalendarElement.CUTypeReturns the enum constant of this class with the specified name.static ICalendarElement.CUType[]ICalendarElement.CUType.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.CUTypeModifier and TypeMethodDescriptionstatic ICalendarElement.AttendeeICalendarElement.Attendee.create(ICalendarElement.CUType cuType, String member, ICalendarElement.Role role, ICalendarElement.ParticipationStatus partStatus, Boolean rsvp, String delTo, String delFrom, String sentBy, String commonName, String dir, String lang, String uri, String mailto) static ICalendarElement.AttendeeICalendarElement.Attendee.create(ICalendarElement.CUType cuType, String member, ICalendarElement.Role role, ICalendarElement.ParticipationStatus partStatus, Boolean rsvp, String delTo, String delFrom, String sentBy, String commonName, String dir, String lang, String uri, String mailto, String responseComment)