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

Packages that use MPPObject
wt.projmgmt.msproject   
wt.projmgmt.msproject.mppobject   
 

Uses of MPPObject in wt.projmgmt.msproject
 

Methods in wt.projmgmt.msproject with parameters of type MPPObject
protected  void ObjectContentHandler.addObject(MPPObject mppObj)
          Add an object to this handlers collection of objects.
 

Uses of MPPObject in wt.projmgmt.msproject.mppobject
 

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

Fields in wt.projmgmt.msproject.mppobject declared as MPPObject
private  MPPObject MPPObjectBuilder.mppObject
           
 

Methods in wt.projmgmt.msproject.mppobject that return MPPObject
protected  MPPObject MPPTaskBuilder.createObject()
           
protected  MPPObject MPPResourceBuilder.createObject()
           
protected  MPPObject MPPPlanBuilder.createObject()
           
 MPPObject MPPObjectBuilder.getObject()
          Get the MPPObject that this builder is building or has built.
protected abstract  MPPObject MPPObjectBuilder.createObject()
          Create the MPPObject that should be populated by this builder.
protected  MPPObject MPPAssignmentBuilder.createObject()
           
 

Methods in wt.projmgmt.msproject.mppobject with parameters of type MPPObject
protected  boolean MPPResourceBuilder.isObjectValid(MPPObject mppObj)
          Returns true if the specified object is not null and its name is also not null.
protected  boolean MPPObjectBuilder.isObjectValid(MPPObject mppObj)
          Return true if the constructed object is valid.