Uses of Class
adalid.core.enums.ScalarOp
-
Packages that use ScalarOp Package Description adalid.core.enums adalid.core.expressions adalid.core.interfaces -
-
Uses of ScalarOp in adalid.core.enums
Methods in adalid.core.enums that return ScalarOp Modifier and Type Method Description static ScalarOpScalarOp. valueOf(String name)Returns the enum constant of this type with the specified name.static ScalarOp[]ScalarOp. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ScalarOp in adalid.core.expressions
Methods in adalid.core.expressions that return ScalarOp Modifier and Type Method Description ScalarOpAbstractScalarX. getOperator()Constructors in adalid.core.expressions with parameters of type ScalarOp Constructor Description AbstractScalarX(ScalarOp operator, Object operand) -
Uses of ScalarOp in adalid.core.interfaces
Methods in adalid.core.interfaces that return ScalarOp Modifier and Type Method Description ScalarOpScalarX. getOperator()
-