Uses of Enum Class
app.babylon.table.transform.TransformDecimalBinaryOperator.OPERATOR
Packages that use TransformDecimalBinaryOperator.OPERATOR
-
Uses of TransformDecimalBinaryOperator.OPERATOR in app.babylon.table.transform
Methods in app.babylon.table.transform that return TransformDecimalBinaryOperator.OPERATORModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.TransformDecimalBinaryOperator.OPERATOR.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in app.babylon.table.transform with parameters of type TransformDecimalBinaryOperator.OPERATORModifierConstructorDescriptionTransformDecimalBinaryOperator(ColumnName leftColumnName, TransformDecimalBinaryOperator.OPERATOR operator, ColumnName rightColumnName, ColumnName newColumnName) TransformDecimalBinaryOperator(TransformDecimalBinaryOperator.Operand left, TransformDecimalBinaryOperator.OPERATOR operator, TransformDecimalBinaryOperator.Operand right, ColumnName newColumnName)