Uses of Enum
de.xima.fc.appointment.EAppointmentIcalError
Packages that use EAppointmentIcalError
- 
Uses of EAppointmentIcalError in de.xima.fc.appointment
Methods in de.xima.fc.appointment that return EAppointmentIcalErrorModifier and TypeMethodDescriptionAppointmentIcalException.getIcalError()static EAppointmentIcalErrorReturns the enum constant of this type with the specified name.static EAppointmentIcalError[]EAppointmentIcalError.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.xima.fc.appointment with parameters of type EAppointmentIcalErrorModifierConstructorDescriptionAppointmentIcalException(EAppointmentIcalError bookingError) AppointmentIcalException(EAppointmentIcalError bookingError, String message) AppointmentIcalException(EAppointmentIcalError bookingError, String message, Throwable cause) AppointmentIcalException(EAppointmentIcalError bookingError, Throwable cause)