Uses of Enum Class
org.refcodes.textual.TableStatus
-
Uses of TableStatus in org.refcodes.textual
Subclasses with type arguments of type TableStatus in org.refcodes.textualModifier and TypeClassDescriptionenum
TheTableStatus
provides the status of the table, e.g. whether it has begin printing the header, whether it has continued to print a row or whether it has printed the tail.Methods in org.refcodes.textual that return TableStatusModifier and TypeMethodDescriptionTableBuilder.getTableStatus()
Retrieves theTablePrinter
(TableBuilder
) status.TablePrinter.getTableStatus()
Retrieves theTablePrinter
(TableBuilder
) status.static TableStatus
Returns the enum constant of this class with the specified name.static TableStatus[]
TableStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.refcodes.textual with parameters of type TableStatusModifier and TypeMethodDescriptionTableBuilder.setTableStatus
(TableStatus aTableStatus) Set theTablePrinter
(TableBuilder
) status.TablePrinter.setTableStatus
(TableStatus aTableStatus) Set theTablePrinter
(TableBuilder
) status.