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