Uses of Enum Class
app.babylon.table.transform.TransformMetadataConstant.Key
Packages that use TransformMetadataConstant.Key
-
Uses of TransformMetadataConstant.Key in app.babylon.table.transform
Methods in app.babylon.table.transform that return TransformMetadataConstant.KeyModifier and TypeMethodDescriptionTransformMetadataConstant.key()Returns the enum constant of this class with the specified name.static TransformMetadataConstant.Key[]TransformMetadataConstant.Key.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in app.babylon.table.transform with parameters of type TransformMetadataConstant.KeyModifier and TypeMethodDescriptionstatic TransformMetadataConstantTransformMetadataConstant.of(TransformMetadataConstant.Key key, ColumnName newColumnName) Constructors in app.babylon.table.transform with parameters of type TransformMetadataConstant.KeyModifierConstructorDescriptionTransformMetadataConstant(TransformMetadataConstant.Key key, ColumnName newColumnName)