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

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

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

Fields in de.h_da.library.datamanagement.entity declared as LoanStatus
private  LoanStatus Loan.status
          Status of the loan (BORROWED, DELAYED, RETURNED).
 

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

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