Uses of Enum Class
com.aspose.tasks.cloud.model.EarnedValueMethodType
Packages that use EarnedValueMethodType
-
Uses of EarnedValueMethodType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return EarnedValueMethodTypeModifier and TypeMethodDescriptionstatic EarnedValueMethodType
Task.getEarnedValueMethod()
Determines whether the % Complete or Physical % Complete field should be used to calculate budgeted cost of work performed (BCWP).EarnedValueMethodType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static EarnedValueMethodType
Returns the enum constant of this class with the specified name.static EarnedValueMethodType[]
EarnedValueMethodType.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 EarnedValueMethodTypeModifier and TypeMethodDescriptionTask.earnedValueMethod
(EarnedValueMethodType earnedValueMethod) void
Task.setEarnedValueMethod
(EarnedValueMethodType earnedValueMethod) void
EarnedValueMethodType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, EarnedValueMethodType enumeration)