Uses of Class
com.primavera.integration.client.bo.enm.DefaultRateType
Packages that use DefaultRateType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of DefaultRateType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as DefaultRateTypeModifier and TypeFieldDescriptionstatic final DefaultRateTypeDefaultRateType.COSTPERQTYstatic final DefaultRateTypeDefaultRateType.COSTPERQTY2static final DefaultRateTypeDefaultRateType.COSTPERQTY3static final DefaultRateTypeDefaultRateType.COSTPERQTY4static final DefaultRateTypeDefaultRateType.COSTPERQTY5static final DefaultRateTypeDefaultRateType.NULLMethods in com.primavera.integration.client.bo.enm that return DefaultRateTypeModifier and TypeMethodDescriptionstatic DefaultRateTypeDefaultRateType.getDefaultRateType(int iDefaultRateType) Gets an instance of DefaultRateType based on the integer value specified.static DefaultRateTypeDefaultRateType.getDefaultRateType(String sDefaultRateType) Gets an instance of DefaultRateType based on the String value specified. -
Uses of DefaultRateType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return DefaultRateTypeModifier and TypeMethodDescriptionBaselineProject.getAssignmentDefaultRateType()Gets the default rate type when adding resource assignments to a project.Project.getAssignmentDefaultRateType()Gets the default rate type when adding resource assignments to a project.Methods in com.primavera.integration.client.bo.object with parameters of type DefaultRateTypeModifier and TypeMethodDescriptionvoidBaselineProject.setAssignmentDefaultRateType(DefaultRateType enm) Sets the default rate type when adding resource assignments to a project.voidProject.setAssignmentDefaultRateType(DefaultRateType enm) Sets the default rate type when adding resource assignments to a project.