Uses of Enum Class
org.litebridgedb.db.spi.math.MathOperation.Operator
Packages that use MathOperation.Operator
-
Uses of MathOperation.Operator in org.litebridgedb.db.spi.math
Methods in org.litebridgedb.db.spi.math that return MathOperation.OperatorModifier and TypeMethodDescriptionMathOperation.operator()Returns the value of theoperatorrecord component.static MathOperation.OperatorReturns the enum constant of this class with the specified name.static MathOperation.Operator[]MathOperation.Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.litebridgedb.db.spi.math with parameters of type MathOperation.OperatorModifierConstructorDescriptionMathOperation(MathOperation.Operator operator, Object value) Creates an instance of aMathOperationrecord class.