Uses of Class
com.primavera.integration.client.bo.enm.EarnedValueComputeType
Packages that use EarnedValueComputeType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of EarnedValueComputeType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as EarnedValueComputeTypeModifier and TypeFieldDescriptionstatic final EarnedValueComputeTypeEarnedValueComputeType.ACTIVITY_PERCENT_COMPLETEstatic final EarnedValueComputeTypeEarnedValueComputeType.ACTIVITY_PERCENT_COMPLETE_USING_RESOURCE_CURVEstatic final EarnedValueComputeTypeEarnedValueComputeType.CUSTOM_PERCENT_COMPLETEstatic final EarnedValueComputeTypeEarnedValueComputeType.FIFTY_FIFTYstatic final EarnedValueComputeTypeEarnedValueComputeType.NULLstatic final EarnedValueComputeTypeEarnedValueComputeType.WBS_MILESTONES_PERCENT_COMPLETEstatic final EarnedValueComputeTypeEarnedValueComputeType.ZERO_HUNDREDMethods in com.primavera.integration.client.bo.enm that return EarnedValueComputeTypeModifier and TypeMethodDescriptionstatic EarnedValueComputeTypeEarnedValueComputeType.getEarnedValueComputeType(int iEarnedValueComputeType) Gets an instance of EarnedValueComputeType based on the integer value specified.static EarnedValueComputeTypeEarnedValueComputeType.getEarnedValueComputeType(String sEarnedValueComputeType) Gets an instance of EarnedValueComputeType based on the String value specified. -
Uses of EarnedValueComputeType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return EarnedValueComputeTypeModifier and TypeMethodDescriptionProject.getEarnedValueComputeType()Gets the technique used for computing earned-value percent complete for activities within the Project.Gets the technique used for computing earned-value percent complete for activities within the WBS.GlobalPreferences.getEVPerformancePctCompleteTechnique()Gets the technique used for computing earned-value percent complete.Methods in com.primavera.integration.client.bo.object with parameters of type EarnedValueComputeTypeModifier and TypeMethodDescriptionvoidProject.setEarnedValueComputeType(EarnedValueComputeType enm) Sets the technique used for computing earned-value percent complete for activities within the Project.voidSets the technique used for computing earned-value percent complete for activities within the WBS.voidGlobalPreferences.setEVPerformancePctCompleteTechnique(EarnedValueComputeType enm) Sets the technique used for computing earned-value percent complete.