Uses of Class
wt.projmgmt.msproject.mppobject.MPPExecutionObject

Packages that use MPPExecutionObject
wt.projmgmt.msproject.mppobject   
 

Uses of MPPExecutionObject in wt.projmgmt.msproject.mppobject
 

Subclasses of MPPExecutionObject in wt.projmgmt.msproject.mppobject
 class MPPPlan
          An object that represents data from a Microsoft Project Plan project.
 class MPPTask
          An object that represents data from a Microsoft Project Plan Task.
 

Fields in wt.projmgmt.msproject.mppobject declared as MPPExecutionObject
private  MPPExecutionObject MPPTask.parent
           
 

Methods in wt.projmgmt.msproject.mppobject that return MPPExecutionObject
 MPPExecutionObject MPPTask.getParent()
          Get the parent of this task.
private static MPPExecutionObject MPPPlanBuilder.getInScopeParent(MPPTask task, TaskScope scope)
          Get the in scope parent for the specified task.
 

Methods in wt.projmgmt.msproject.mppobject with parameters of type MPPExecutionObject
 void MPPTask.setParent(MPPExecutionObject parent)
          Set the parent of this task.