Uses of Class
com.primavera.integration.client.bo.enm.RateType
Packages that use RateType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of RateType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as RateTypeModifier and TypeFieldDescriptionstatic final RateTypeRateType.COSTPERQTYstatic final RateTypeRateType.COSTPERQTY2static final RateTypeRateType.COSTPERQTY3static final RateTypeRateType.COSTPERQTY4static final RateTypeRateType.COSTPERQTY5static final RateTypeRateType.NULLMethods in com.primavera.integration.client.bo.enm that return RateTypeModifier and TypeMethodDescriptionstatic RateTypeRateType.getRateType(int iRateType) Gets an instance of RateType based on the integer value specified.static RateTypeRateType.getRateType(String sRateType) Gets an instance of RateType based on the String value specified. -
Uses of RateType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return RateTypeModifier and TypeMethodDescriptionResourceAssignment.getRateType()Gets the rate type that determines which of the five prices specified for the resource will be used to calculate the cost for the resource assignment.Methods in com.primavera.integration.client.bo.object with parameters of type RateTypeModifier and TypeMethodDescriptionvoidResourceAssignment.setRateType(RateType enm) Sets the rate type that determines which of the five prices specified for the resource will be used to calculate the cost for the resource assignment.