Uses of Class
com.primavera.integration.client.bo.enm.SummarySpreadInterval
Packages that use SummarySpreadInterval
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of SummarySpreadInterval in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as SummarySpreadIntervalModifier and TypeFieldDescriptionstatic final SummarySpreadIntervalSummarySpreadInterval.MONTHstatic final SummarySpreadIntervalSummarySpreadInterval.NULLstatic final SummarySpreadIntervalSummarySpreadInterval.WEEKMethods in com.primavera.integration.client.bo.enm that return SummarySpreadIntervalModifier and TypeMethodDescriptionstatic SummarySpreadIntervalSummarySpreadInterval.getSummarySpreadInterval(int iSummarySpreadInterval) Gets an instance of SummarySpreadInterval based on the integer value specified.static SummarySpreadIntervalSummarySpreadInterval.getSummarySpreadInterval(String sSummarySpreadInterval) Gets an instance of SummarySpreadInterval based on the String value specified. -
Uses of SummarySpreadInterval in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return SummarySpreadIntervalModifier and TypeMethodDescriptionGlobalPreferences.getSummaryResourceSpreadInterval()Gets the interval in which resource and role level spreads are summarized and stored.GlobalPreferences.getSummaryWBSSpreadInterval()Gets the interval in which WBS level spreads are summarized and stored.Methods in com.primavera.integration.client.bo.object with parameters of type SummarySpreadIntervalModifier and TypeMethodDescriptionvoidGlobalPreferences.setSummaryResourceSpreadInterval(SummarySpreadInterval enm) Sets the interval in which resource and role level spreads are summarized and stored.voidGlobalPreferences.setSummaryWBSSpreadInterval(SummarySpreadInterval enm) Sets the interval in which WBS level spreads are summarized and stored.