Uses of Class
de.h_da.library.accounting.type.InvoiceStatus

Packages that use InvoiceStatus
de.h_da.library.accounting.entity   
de.h_da.library.accounting.type   
 

Uses of InvoiceStatus in de.h_da.library.accounting.entity
 

Fields in de.h_da.library.accounting.entity declared as InvoiceStatus
private  InvoiceStatus Invoice.status
          SENT, PAID.
 

Uses of InvoiceStatus in de.h_da.library.accounting.type
 

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