Uses of Class
com.primavera.integration.client.bo.enm.PortfolioType
Packages that use PortfolioType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of PortfolioType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as PortfolioTypeModifier and TypeFieldDescriptionstatic final PortfolioTypePortfolioType.AUTOMAINTAINEDstatic final PortfolioTypePortfolioType.FILTEREDstatic final PortfolioTypePortfolioType.MANUALstatic final PortfolioTypePortfolioType.NULLMethods in com.primavera.integration.client.bo.enm that return PortfolioTypeModifier and TypeMethodDescriptionstatic PortfolioTypePortfolioType.getPortfolioType(int iPortfolioType) Gets an instance of PortfolioType based on the integer value specified.static PortfolioTypePortfolioType.getPortfolioType(String sPortfolioType) Gets an instance of PortfolioType based on the String value specified. -
Uses of PortfolioType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return PortfolioTypeModifier and TypeMethodDescriptionProjectPortfolio.getType()Gets the type of the project portfolio: "Manual", "Auto-Maintained", or "Filtered".