Uses of Class
com.primavera.integration.client.bo.enm.LicenseType
Packages that use LicenseType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of LicenseType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as LicenseTypeModifier and TypeFieldDescriptionstatic final LicenseTypeLicenseType.ENTERPRISE_REPORTSstatic final LicenseTypeLicenseType.INTEGRATION_APIstatic final LicenseTypeLicenseType.NULLstatic final LicenseTypeLicenseType.P6_ANALYTICSstatic final LicenseTypeLicenseType.P6_PROFESSIONALstatic final LicenseTypeLicenseType.PORTFOLIOSstatic final LicenseTypeLicenseType.PROJECTSstatic final LicenseTypeLicenseType.RESOURCESstatic final LicenseTypeLicenseType.TEAM_MEMBERstatic final LicenseTypeLicenseType.TEAM_MEMBER_INTERFACESstatic final LicenseTypeLicenseType.TIMESHEET_INTERFACESstatic final LicenseTypeLicenseType.VISUALIZERstatic final LicenseTypeLicenseType.WEB_SERVICESMethods in com.primavera.integration.client.bo.enm that return LicenseTypeModifier and TypeMethodDescriptionstatic LicenseTypeLicenseType.getLicenseType(int iLicenseType) Gets an instance of LicenseType based on the integer value specified.static LicenseTypeLicenseType.getLicenseType(String sLicenseType) Gets an instance of LicenseType based on the String value specified. -
Uses of LicenseType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return LicenseTypeModifier and TypeMethodDescriptionUserLicense.getLicenseType()Gets the property that permits you to configure access to different functional areas of the application suite.Methods in com.primavera.integration.client.bo.object with parameters of type LicenseTypeModifier and TypeMethodDescriptionvoidUserLicense.setLicenseType(LicenseType enm) Sets the property that permits you to configure access to different functional areas of the application suite.