Uses of Class
com.primavera.integration.client.bo.enm.SummaryLevel
Packages that use SummaryLevel
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of SummaryLevel in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as SummaryLevelModifier and TypeFieldDescriptionstatic final SummaryLevelSummaryLevel.ASSIGNMENTLEVELstatic final SummaryLevelSummaryLevel.NULLstatic final SummaryLevelSummaryLevel.WBSLEVELMethods in com.primavera.integration.client.bo.enm that return SummaryLevelModifier and TypeMethodDescriptionstatic SummaryLevelSummaryLevel.getSummaryLevel(int iSummaryLevel) Gets an instance of SummaryLevel based on the integer value specified.static SummaryLevelSummaryLevel.getSummaryLevel(String sSummaryLevel) Gets an instance of SummaryLevel based on the String value specified. -
Uses of SummaryLevel in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return SummaryLevelModifier and TypeMethodDescriptionProject.getPublishLevel()Gets the publish level for the project publication.Project.getSummaryLevel()Gets the summary level for the project while performing project summarization.Methods in com.primavera.integration.client.bo.object with parameters of type SummaryLevelModifier and TypeMethodDescriptionvoidProject.setPublishLevel(SummaryLevel enm) Sets the publish level for the project publication.voidProject.setSummaryLevel(SummaryLevel enm) Sets the summary level for the project while performing project summarization.