Uses of Enum Class
com.aspose.tasks.cloud.model.EarnedValueMethodType
Packages that use EarnedValueMethodType
-
Uses of EarnedValueMethodType in com.aspose.tasks.cloud.model
Subclasses with type arguments of type EarnedValueMethodType in com.aspose.tasks.cloud.modelModifier and TypeClassDescriptionenumSpecifies the method used for calculating earned value.static classMethods in com.aspose.tasks.cloud.model that return EarnedValueMethodTypeModifier and TypeMethodDescriptionstatic EarnedValueMethodTypeTask.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 EarnedValueMethodTypeReturns 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) voidTask.setEarnedValueMethod(EarnedValueMethodType earnedValueMethod) voidEarnedValueMethodType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, EarnedValueMethodType enumeration)