Uses of Class
net.sf.mpxj.planner.schema.Properties

Packages that use Properties
net.sf.mpxj.planner.schema   
 

Uses of Properties in net.sf.mpxj.planner.schema
 

Fields in net.sf.mpxj.planner.schema declared as Properties
protected  Properties Task.properties
           
protected  Properties Resource.properties
           
 

Fields in net.sf.mpxj.planner.schema with type parameters of type Properties
protected  List<Properties> Project.properties
           
 

Methods in net.sf.mpxj.planner.schema that return Properties
 Properties ObjectFactory.createProperties()
          Create an instance of Properties
 Properties Task.getProperties()
          Gets the value of the properties property.
 Properties Resource.getProperties()
          Gets the value of the properties property.
 

Methods in net.sf.mpxj.planner.schema that return types with arguments of type Properties
 List<Properties> Project.getProperties()
          Gets the value of the properties property.
 

Methods in net.sf.mpxj.planner.schema with parameters of type Properties
 void Task.setProperties(Properties value)
          Sets the value of the properties property.
 void Resource.setProperties(Properties value)
          Sets the value of the properties property.
 



Copyright © 2012. All Rights Reserved.