Uses of Enum Class
se.kuseman.payloadbuilder.api.expression.IArithmeticBinaryExpression.Type
Packages that use IArithmeticBinaryExpression.Type
Package
Description
-
Uses of IArithmeticBinaryExpression.Type in se.kuseman.payloadbuilder.api.execution
Methods in se.kuseman.payloadbuilder.api.execution with parameters of type IArithmeticBinaryExpression.TypeModifier and TypeMethodDescriptionDecimal.processArithmetic(Decimal other, IArithmeticBinaryExpression.Type type) Process provided deicmal to this instance with provided arithmetic type. -
Uses of IArithmeticBinaryExpression.Type in se.kuseman.payloadbuilder.api.expression
Methods in se.kuseman.payloadbuilder.api.expression that return IArithmeticBinaryExpression.TypeModifier and TypeMethodDescriptionIArithmeticBinaryExpression.getArithmeticType()Get type of arithmeticsReturns the enum constant of this class with the specified name.static IArithmeticBinaryExpression.Type[]IArithmeticBinaryExpression.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.