public enum EAppointmentStatus extends Enum<EAppointmentStatus> implements INamedUiElement
Appointment. An appointment can be booked, canceled, accepted etc. Please note
 that more status may be added in the future.| Enum Constant and Description | 
|---|
BOOKED
The appointment was booked and will take place. 
 | 
CANCELED
The appointment was cancelled and will not take place anymore. 
 | 
ATTR_DISPLAY_NAME| Modifier and Type | Method and Description | 
|---|---|
String | 
getDisplayName(Locale l)  | 
Optional<biweekly.property.Status> | 
getIcalStatus()  | 
boolean | 
isBlockingNewSlots()  | 
static EAppointmentStatus | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EAppointmentStatus[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final EAppointmentStatus BOOKED
public static final EAppointmentStatus CANCELED
public static EAppointmentStatus[] values()
for (EAppointmentStatus c : EAppointmentStatus.values()) System.out.println(c);
public static EAppointmentStatus 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 Optional<biweekly.property.Status> getIcalStatus()
public boolean isBlockingNewSlots()
public String getDisplayName(Locale l)
getDisplayName in interface INamedUiElementCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.