Uses of Enum Class
app.babylon.table.column.ColumnObject.Mode
Packages that use ColumnObject.Mode
-
Uses of ColumnObject.Mode in app.babylon.table.column
Methods in app.babylon.table.column that return ColumnObject.ModeModifier and TypeMethodDescriptionstatic ColumnObject.ModeParses a mode name, defaulting toAUTOwhen the text is blank.static ColumnObject.ModeReturns the enum constant of this class with the specified name.static ColumnObject.Mode[]ColumnObject.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in app.babylon.table.column with parameters of type ColumnObject.ModeModifier and TypeMethodDescriptionstatic <T> ColumnObject.Builder<T> ColumnObject.builder(ColumnName name, Column.Type type, ColumnObject.Mode mode) Creates an object column builder using the requested storage mode. -
Uses of ColumnObject.Mode in app.babylon.table.transform
Constructors in app.babylon.table.transform with parameters of type ColumnObject.ModeModifierConstructorDescriptionTransformCoalesce(ColumnName newColumnName, ColumnObject.Mode mode, ColumnName firstColumnName, ColumnName secondColumnName, ColumnName thirdColumnName) TransformToType(Column.Type type, ColumnObject.Mode mode, ColumnName columnName, Function<String, T> parser, ColumnName newColumnName) TransformToType(Column.Type type, ColumnObject.Mode mode, TransformParseMode parseMode, ColumnName columnName, Function<String, T> parser, ColumnName newColumnName) TransformToType(Column.Type type, ColumnObject.Mode mode, TransformParseMode parseMode, Function<String, T> parser, ColumnName... columnNames) TransformToType(Column.Type type, ColumnObject.Mode mode, Function<String, T> parser, ColumnName... columnNames)