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... columnNames) TransformToType(Column.Type type, ColumnObject.Mode mode, ColumnName columnName, ColumnName newColumnName) TransformToType(Column.Type type, ColumnObject.Mode mode, TransformParseMode parseMode, ColumnName... columnNames) TransformToType(Column.Type type, ColumnObject.Mode mode, TransformParseMode parseMode, ColumnName columnName, ColumnName newColumnName)