Uses of Enum Class
adalid.core.enums.DataAggregateOp
Packages that use DataAggregateOp
-
Uses of DataAggregateOp in adalid.core.enums
Methods in adalid.core.enums that return DataAggregateOpModifier and TypeMethodDescriptionstatic DataAggregateOpReturns the enum constant of this class with the specified name.static DataAggregateOp[]DataAggregateOp.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DataAggregateOp in adalid.core.expressions
Methods in adalid.core.expressions that return DataAggregateOpConstructors in adalid.core.expressions with parameters of type DataAggregateOpModifierConstructorDescriptionprotectedAbstractDataAggregateX(DataAggregateOp operator, Object... operands) -
Uses of DataAggregateOp in adalid.core.interfaces
Methods in adalid.core.interfaces that return DataAggregateOp