Uses of Enum Class
org.osid.grading.calculation.CalculationOperation
Packages that use CalculationOperation
Package
Description
The Open Service Interface Definitions for the org.osid.grading.calculation
service.
-
Uses of CalculationOperation in org.osid.grading.calculation
Subclasses with type arguments of type CalculationOperation in org.osid.grading.calculationModifier and TypeClassDescriptionenumThis enumeration contains the various gradebook column calculations.Methods in org.osid.grading.calculation that return CalculationOperationModifier and TypeMethodDescriptionGradebookColumnCalculation.getOperation()Gets the operation to perform for deriving this column.static CalculationOperationReturns the enum constant of this class with the specified name.static CalculationOperation[]CalculationOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.osid.grading.calculation with parameters of type CalculationOperationModifier and TypeMethodDescriptionvoidGradebookColumnCalculationForm.setOperation(CalculationOperation operation) Sets the operation.