public enum EAppointmentIcalError extends Enum<EAppointmentIcalError> implements INamedUiElement
Appointments of an AppointmentTemplate.| Enum Constant and Description | 
|---|
APPOINTMENT_TEMPLATE_NOT_FOUND
The specified appointment template could not be found. 
 | 
CLIENT_NOT_FOUND
The specified client could not be found. 
 | 
GENERAL
A general error occurred that cannot be classified further. 
 | 
ICAL_DISABLED
The iCal servlet is disabled for the given appointment template  
AppointmentTemplate.isAllowIcal() | 
ATTR_DISPLAY_NAME| Modifier and Type | Method and Description | 
|---|---|
String | 
getDisplayName(Locale locale)  | 
int | 
getHttpStatusCode()  | 
static EAppointmentIcalError | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EAppointmentIcalError[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final EAppointmentIcalError APPOINTMENT_TEMPLATE_NOT_FOUND
public static final EAppointmentIcalError CLIENT_NOT_FOUND
public static final EAppointmentIcalError ICAL_DISABLED
AppointmentTemplate.isAllowIcal()public static final EAppointmentIcalError GENERAL
public static EAppointmentIcalError[] values()
for (EAppointmentIcalError c : EAppointmentIcalError.values()) System.out.println(c);
public static EAppointmentIcalError valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getDisplayName(Locale locale)
getDisplayName in interface INamedUiElementpublic int getHttpStatusCode()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.