Uses of Class
com.primavera.integration.client.bo.enm.ActivityCodeTypeScope
Packages that use ActivityCodeTypeScope
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of ActivityCodeTypeScope in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as ActivityCodeTypeScopeModifier and TypeFieldDescriptionstatic final ActivityCodeTypeScopeActivityCodeTypeScope.EPSstatic final ActivityCodeTypeScopeActivityCodeTypeScope.GLOBALstatic final ActivityCodeTypeScopeActivityCodeTypeScope.NULLstatic final ActivityCodeTypeScopeActivityCodeTypeScope.PROJECTMethods in com.primavera.integration.client.bo.enm that return ActivityCodeTypeScopeModifier and TypeMethodDescriptionstatic ActivityCodeTypeScopeActivityCodeTypeScope.getActivityCodeTypeScope(int iActivityCodeTypeScope) Gets an instance of ActivityCodeTypeScope based on the integer value specified.static ActivityCodeTypeScopeActivityCodeTypeScope.getActivityCodeTypeScope(String sActivityCodeTypeScope) Gets an instance of ActivityCodeTypeScope based on the String value specified. -
Uses of ActivityCodeTypeScope in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ActivityCodeTypeScopeModifier and TypeMethodDescriptionActivityCodeAssignment.getActivityCodeTypeScope()Gets the scope of the associated activity code type: Global, EPS, or Project.ActivityCode.getCodeTypeScope()Gets the scope of the parent activity code type: Global, EPS, or Project.ActivityCodeType.getScope()Gets the scope of the code type: Global, EPS, or Project.Methods in com.primavera.integration.client.bo.object with parameters of type ActivityCodeTypeScopeModifier and TypeMethodDescriptionvoidActivityCodeType.setScope(ActivityCodeTypeScope enm) Sets the scope of the code type: Global, EPS, or Project.