Uses of Class
net.sf.mpxj.AccrueType

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

Uses of AccrueType in net.sf.mpxj
 

Methods in net.sf.mpxj that return AccrueType
 AccrueType Resource.getAccrueAt()
          Gets the Accrue at type.The Accrue At field provides choices for how and when resource standard and overtime costs are to be charged, or accrued, to the cost of a task.
 AccrueType ProjectHeader.getDefaultFixedCostAccrual()
          Retrieve the default fixed cost accrual type.
 AccrueType Task.getFixedCostAccrual()
          Retrieves the fixed cost accrual flag value.
static AccrueType AccrueType.getInstance(int type)
          Retrieve an instance of the enum based on its int value.
static AccrueType AccrueType.getInstance(Number type)
          Retrieve an instance of the enum based on its int value.
static AccrueType AccrueType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AccrueType[] AccrueType.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 AccrueType
 void Resource.setAccrueAt(AccrueType type)
          Sets the Accrue at type.The Accrue At field provides choices for how and when resource standard and overtime costs are to be charged, or accrued, to the cost of a task.
 void ProjectHeader.setDefaultFixedCostAccrual(AccrueType defaultFixedCostAccrual)
          Sets the default fixed cost accrual type.
 void Task.setFixedCostAccrual(AccrueType type)
          Sets the fixed cost accrual flag value.
 

Uses of AccrueType in net.sf.mpxj.mspdi
 

Methods in net.sf.mpxj.mspdi that return AccrueType
static AccrueType DatatypeConverter.parseAccrueType(String value)
          Parse an accrue type.
 

Methods in net.sf.mpxj.mspdi with parameters of type AccrueType
static String DatatypeConverter.printAccrueType(AccrueType value)
          Print an accrue type.
 

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

Fields in net.sf.mpxj.mspdi.schema declared as AccrueType
protected  AccrueType Project.Resources.Resource.accrueAt
           
protected  AccrueType Project.defaultFixedCostAccrual
           
protected  AccrueType Project.Tasks.Task.fixedCostAccrual
           
 

Methods in net.sf.mpxj.mspdi.schema that return AccrueType
 AccrueType Project.Resources.Resource.getAccrueAt()
          Gets the value of the accrueAt property.
 AccrueType Project.getDefaultFixedCostAccrual()
          Gets the value of the defaultFixedCostAccrual property.
 AccrueType Project.Tasks.Task.getFixedCostAccrual()
          Gets the value of the fixedCostAccrual property.
 AccrueType Adapter8.unmarshal(String value)
           
 AccrueType Adapter17.unmarshal(String value)
           
 AccrueType Adapter13.unmarshal(String value)
           
 

Methods in net.sf.mpxj.mspdi.schema with parameters of type AccrueType
 String Adapter8.marshal(AccrueType value)
           
 String Adapter17.marshal(AccrueType value)
           
 String Adapter13.marshal(AccrueType value)
           
 void Project.Resources.Resource.setAccrueAt(AccrueType value)
          Sets the value of the accrueAt property.
 void Project.setDefaultFixedCostAccrual(AccrueType value)
          Sets the value of the defaultFixedCostAccrual property.
 void Project.Tasks.Task.setFixedCostAccrual(AccrueType value)
          Sets the value of the fixedCostAccrual property.
 



Copyright © 2012. All Rights Reserved.