Uses of Class
com.primavera.integration.client.bo.enm.ScopeType
Packages that use ScopeType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of ScopeType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as ScopeTypeModifier and TypeFieldDescriptionstatic final ScopeTypeScopeType.GLOBALstatic final ScopeTypeScopeType.NULLstatic final ScopeTypeScopeType.PROJECTMethods in com.primavera.integration.client.bo.enm that return ScopeTypeModifier and TypeMethodDescriptionstatic ScopeTypeScopeType.getScopeType(int iScopeType) Gets an instance of ScopeType based on the integer value specified.static ScopeTypeScopeType.getScopeType(String sScopeType) Gets an instance of ScopeType based on the String value specified. -
Uses of ScopeType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ScopeTypeModifier and TypeMethodDescriptionProfile.getScopeType()Gets the scope type of the profile either global or project.Methods in com.primavera.integration.client.bo.object with parameters of type ScopeTypeModifier and TypeMethodDescriptionvoidProfile.setScopeType(ScopeType enm) Sets the scope type of the profile either global or project.