Uses of Class
it.tidalwave.accounting.model.Project.Status
-
Packages that use Project.Status Package Description it.tidalwave.accounting.model it.tidalwave.accounting.model.spi -
-
Uses of Project.Status in it.tidalwave.accounting.model
Methods in it.tidalwave.accounting.model that return Project.Status Modifier and Type Method Description static Project.Status
Project.Status. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Project.Status[]
Project.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Project.Status in it.tidalwave.accounting.model.spi
Methods in it.tidalwave.accounting.model.spi that return Project.Status Modifier and Type Method Description Project.Status
ProjectSpi. getStatus()
-