Uses of Enum Class
com.aspose.tasks.cloud.model.CalculationType
Packages that use CalculationType
-
Uses of CalculationType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return CalculationTypeModifier and TypeMethodDescriptionstatic CalculationType
ExtendedAttributeDefinition.getCalculationType()
Determines whether rollups are calculated for a task and group summary rows.CalculationType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static CalculationType
Returns the enum constant of this class with the specified name.static CalculationType[]
CalculationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aspose.tasks.cloud.model with parameters of type CalculationTypeModifier and TypeMethodDescriptionExtendedAttributeDefinition.calculationType
(CalculationType calculationType) void
ExtendedAttributeDefinition.setCalculationType
(CalculationType calculationType) void
CalculationType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, CalculationType enumeration)