Uses of Class
tech.grasshopper.extent.data.pojo.Status
-
Packages that use Status Package Description tech.grasshopper.excel.report.cell tech.grasshopper.extent.data.pojo -
-
Uses of Status in tech.grasshopper.excel.report.cell
Methods in tech.grasshopper.excel.report.cell with parameters of type Status Modifier and Type Method Description static StringCellStyles. getStatusColorStyle(Status status) -
Uses of Status in tech.grasshopper.extent.data.pojo
Fields in tech.grasshopper.extent.data.pojo declared as Status Modifier and Type Field Description protected StatusBaseEntity. statusprotected StatusExecutable. statusMethods in tech.grasshopper.extent.data.pojo that return Status Modifier and Type Method Description static StatusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Status[]Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tech.grasshopper.extent.data.pojo with parameters of type Status Modifier and Type Method Description static ColorStatus. getStatusColor(Status status)
-