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 CalculationTypeExtendedAttributeDefinition.getCalculationType()Determines whether rollups are calculated for a task and group summary rows.CalculationType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static CalculationTypeReturns 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) voidExtendedAttributeDefinition.setCalculationType(CalculationType calculationType) voidCalculationType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, CalculationType enumeration)