Uses of Class
org.silverpeas.mobile.shared.dto.almanach.PriorityDTO
-
Packages that use PriorityDTO Package Description org.silverpeas.mobile.shared.dto.almanach -
-
Uses of PriorityDTO in org.silverpeas.mobile.shared.dto.almanach
Methods in org.silverpeas.mobile.shared.dto.almanach that return PriorityDTO Modifier and Type Method Description PriorityDTO
CalendarEventDTO. getPriority()
static PriorityDTO
PriorityDTO. valueOf(String name)
Returns the enum constant of this type with the specified name.static PriorityDTO[]
PriorityDTO. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.silverpeas.mobile.shared.dto.almanach with parameters of type PriorityDTO Modifier and Type Method Description void
CalendarEventDTO. setPriority(PriorityDTO priority)
-