Uses of Class
de.h_da.library.datamanagement.type.ReminderStatus

Packages that use ReminderStatus
de.h_da.library.datamanagement.entity   
de.h_da.library.datamanagement.type   
 

Uses of ReminderStatus in de.h_da.library.datamanagement.entity
 

Fields in de.h_da.library.datamanagement.entity declared as ReminderStatus
private  ReminderStatus Reminder.status
          Status of the reminder (ACTIVE, CLOSED).
 

Uses of ReminderStatus in de.h_da.library.datamanagement.type
 

Methods in de.h_da.library.datamanagement.type that return ReminderStatus
static ReminderStatus ReminderStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ReminderStatus[] ReminderStatus.values()
          Returns an array containing the constants of this enum type, in the order they're declared.