Uses of Class
com.primavera.integration.client.bo.enm.RateSource
Packages that use RateSource
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of RateSource in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as RateSourceModifier and TypeFieldDescriptionstatic final RateSourceRateSource.NULLstatic final RateSourceRateSource.OVERRIDEstatic final RateSourceRateSource.RESOURCEstatic final RateSourceRateSource.ROLEMethods in com.primavera.integration.client.bo.enm that return RateSourceModifier and TypeMethodDescriptionstatic RateSourceRateSource.getRateSource(int iRateSource) Gets an instance of RateSource based on the integer value specified.static RateSourceRateSource.getRateSource(String sRateSource) Gets an instance of RateSource based on the String value specified. -
Uses of RateSource in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return RateSourceModifier and TypeMethodDescriptionResourceAssignment.getRateSource()Gets the value that indicates which price/unit will be used to calculate costs for the assignment, such as 'Resource', 'Role', and 'Override'.Methods in com.primavera.integration.client.bo.object with parameters of type RateSourceModifier and TypeMethodDescriptionvoidResourceAssignment.setRateSource(RateSource enm) Sets the value that indicates which price/unit will be used to calculate costs for the assignment, such as 'Resource', 'Role', and 'Override'.