Uses of Class
net.sf.mpxj.WorkGroup

Packages that use WorkGroup
net.sf.mpxj   
net.sf.mpxj.mspdi   
net.sf.mpxj.mspdi.schema   
 

Uses of WorkGroup in net.sf.mpxj
 

Methods in net.sf.mpxj that return WorkGroup
static WorkGroup WorkGroup.getInstance(int type)
          Retrieve an instance of the enum based on its int value.
static WorkGroup WorkGroup.getInstance(Number type)
          Retrieve an instance of the enum based on its int value.
 WorkGroup Resource.getWorkGroup()
          Retrieve the messaging method used to communicate with a project team.
static WorkGroup WorkGroup.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WorkGroup[] WorkGroup.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.mpxj with parameters of type WorkGroup
 void Resource.setWorkGroup(WorkGroup workGroup)
          Set the messaging method used to communicate with a project team.
 

Uses of WorkGroup in net.sf.mpxj.mspdi
 

Methods in net.sf.mpxj.mspdi that return WorkGroup
static WorkGroup DatatypeConverter.parseWorkGroup(String value)
          Parse a work group.
 

Methods in net.sf.mpxj.mspdi with parameters of type WorkGroup
static String DatatypeConverter.printWorkGroup(WorkGroup value)
          Print a work group.
 

Uses of WorkGroup in net.sf.mpxj.mspdi.schema
 

Fields in net.sf.mpxj.mspdi.schema declared as WorkGroup
protected  WorkGroup Project.Resources.Resource.workGroup
           
 

Methods in net.sf.mpxj.mspdi.schema that return WorkGroup
 WorkGroup Project.Resources.Resource.getWorkGroup()
          Gets the value of the workGroup property.
 WorkGroup Adapter12.unmarshal(String value)
           
 

Methods in net.sf.mpxj.mspdi.schema with parameters of type WorkGroup
 String Adapter12.marshal(WorkGroup value)
           
 void Project.Resources.Resource.setWorkGroup(WorkGroup value)
          Sets the value of the workGroup property.
 



Copyright © 2012. All Rights Reserved.