Uses of Enum Class
app.babylon.table.io.TabularRowReader.Status
Packages that use TabularRowReader.Status
-
Uses of TabularRowReader.Status in app.babylon.table.io
Methods in app.babylon.table.io that return TabularRowReader.StatusModifier and TypeMethodDescriptionTabularRowReader.Result.getStatus()static TabularRowReader.StatusReturns the enum constant of this class with the specified name.static TabularRowReader.Status[]TabularRowReader.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in app.babylon.table.io with parameters of type TabularRowReader.StatusModifierConstructorDescriptionResult(TabularRowReader.Status status, String message, Throwable cause)