Primavera Integration API 7.0

Uses of Class
com.primavera.integration.client.bo.enm.ActivityCodeTypeScope

Packages that use ActivityCodeTypeScope
com.primavera.integration.client.bo.enm Typesafe enumerations 
com.primavera.integration.client.bo.object Client business object classes 
 

Uses of ActivityCodeTypeScope in com.primavera.integration.client.bo.enm
 

Fields in com.primavera.integration.client.bo.enm declared as ActivityCodeTypeScope
static ActivityCodeTypeScope ActivityCodeTypeScope.EPS
           
static ActivityCodeTypeScope ActivityCodeTypeScope.GLOBAL
           
static ActivityCodeTypeScope ActivityCodeTypeScope.NULL
           
static ActivityCodeTypeScope ActivityCodeTypeScope.PROJECT
           
 

Methods in com.primavera.integration.client.bo.enm that return ActivityCodeTypeScope
static ActivityCodeTypeScope ActivityCodeTypeScope.getActivityCodeTypeScope(int iActivityCodeTypeScope)
          Gets an instance of ActivityCodeTypeScope based on the integer value specified.
static ActivityCodeTypeScope ActivityCodeTypeScope.getActivityCodeTypeScope(java.lang.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 ActivityCodeTypeScope
 ActivityCodeTypeScope ActivityCodeAssignment.getActivityCodeTypeScope()
          Gets the scope of the associated activity code type: Global, EPS, or Project.
 ActivityCodeTypeScope ActivityCode.getCodeTypeScope()
          Gets the scope of the parent activity code type: Global, EPS, or Project.
 ActivityCodeTypeScope 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 ActivityCodeTypeScope
 void ActivityCodeType.setScope(ActivityCodeTypeScope enm)
          Sets the scope of the code type: Global, EPS, or Project.
 


Primavera Integration API 7.0

Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.