Uses of Class
com.primavera.integration.client.bo.enm.EarnedValueETCComputeType
Packages that use EarnedValueETCComputeType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of EarnedValueETCComputeType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as EarnedValueETCComputeTypeModifier and TypeFieldDescriptionstatic final EarnedValueETCComputeTypeEarnedValueETCComputeType.NULLstatic final EarnedValueETCComputeTypeEarnedValueETCComputeType.PF_1static final EarnedValueETCComputeTypeEarnedValueETCComputeType.PF_CPIstatic final EarnedValueETCComputeTypeEarnedValueETCComputeType.PF_CPI_SPIstatic final EarnedValueETCComputeTypeEarnedValueETCComputeType.PF_CUSTOMstatic final EarnedValueETCComputeTypeEarnedValueETCComputeType.REMAINING_COST_FOR_ACTIVITYMethods in com.primavera.integration.client.bo.enm that return EarnedValueETCComputeTypeModifier and TypeMethodDescriptionstatic EarnedValueETCComputeTypeEarnedValueETCComputeType.getEarnedValueETCComputeType(int iEarnedValueETCComputeType) Gets an instance of EarnedValueETCComputeType based on the integer value specified.static EarnedValueETCComputeTypeEarnedValueETCComputeType.getEarnedValueETCComputeType(String sEarnedValueETCComputeType) Gets an instance of EarnedValueETCComputeType based on the String value specified. -
Uses of EarnedValueETCComputeType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return EarnedValueETCComputeTypeModifier and TypeMethodDescriptionProject.getEarnedValueETCComputeType()Gets the technique for computing earned-value estimate-to-complete for activities within the Project.Gets the technique for computing earned-value estimate-to-complete for activities within the WBS.GlobalPreferences.getEVEstimateToCompleteTechnique()Gets the technique for computing earned-value estimate-to-complete.Methods in com.primavera.integration.client.bo.object with parameters of type EarnedValueETCComputeTypeModifier and TypeMethodDescriptionvoidProject.setEarnedValueETCComputeType(EarnedValueETCComputeType enm) Sets the technique for computing earned-value estimate-to-complete for activities within the Project.voidSets the technique for computing earned-value estimate-to-complete for activities within the WBS.voidGlobalPreferences.setEVEstimateToCompleteTechnique(EarnedValueETCComputeType enm) Sets the technique for computing earned-value estimate-to-complete.