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
Methods in app.babylon.table.transform that return ColumnObject.ModeModifier and TypeMethodDescriptionTransformCoalesce.effectiveMode()TransformStringToType.effectiveMode()TransformCoalesce.mode()TransformConcat.mode()TransformStringToType.mode()Methods in app.babylon.table.transform with parameters of type ColumnObject.ModeModifier and TypeMethodDescriptionstatic TransformCoalesceTransformCoalesce.of(ColumnName newColumnName, ColumnObject.Mode mode, ColumnName firstColumnName, ColumnName... additionalColumnNames) static TransformCoalesceTransformCoalesce.of(ColumnName newColumnName, ColumnObject.Mode mode, Iterable<ColumnName> sourceColumnNames) static TransformConcatTransformConcat.of(ColumnName concatColumn, String separator, Column.Type type, ColumnObject.Mode mode, ColumnName... sourceColumns) static TransformConcatTransformConcat.of(ColumnName concatColumn, String separator, Column.Type type, ColumnObject.Mode mode, TransformConcat.Part... parts) static TransformConcatTransformConcat.of(ColumnName concatColumn, String separator, Column.Type type, ColumnObject.Mode mode, Iterable<TransformConcat.Part> parts) TransformStringToType.Builder.withMode(ColumnObject.Mode mode)