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()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, Collection<String> sourceColumnNames) TransformStringToType.Builder.withMode(ColumnObject.Mode mode) Constructors in app.babylon.table.transform with parameters of type ColumnObject.ModeModifierConstructorDescriptionTransformCoalesce(ColumnName newColumnName, ColumnObject.Mode mode, ColumnName firstColumnName, ColumnName... additionalColumnNames) TransformCoalesce(ColumnName newColumnName, ColumnObject.Mode mode, Collection<String> sourceColumnNames)