Uses of Class
net.sf.mpxj.mpp.TimescaleUnits

Packages that use TimescaleUnits
net.sf.mpxj.mpp   
net.sf.mpxj.utility   
 

Uses of TimescaleUnits in net.sf.mpxj.mpp
 

Methods in net.sf.mpxj.mpp that return TimescaleUnits
static TimescaleUnits TimescaleUnits.getInstance(int type)
          Retrieve an instance of the enum based on its int value.
static TimescaleUnits TimescaleUnits.getInstance(Number type)
          Retrieve an instance of the enum based on its int value.
 TimescaleUnits TimescaleTier.getUnits()
          Retrieves the timescale units.
static TimescaleUnits TimescaleUnits.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TimescaleUnits[] TimescaleUnits.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.mpxj.mpp with parameters of type TimescaleUnits
 void TimescaleTier.setUnits(TimescaleUnits units)
          Sets the timescale units.
 

Uses of TimescaleUnits in net.sf.mpxj.utility
 

Methods in net.sf.mpxj.utility with parameters of type TimescaleUnits
 ArrayList<DateRange> TimescaleUtility.createTimescale(Date startDate, TimescaleUnits segmentUnit, int segmentCount)
          Given a start date, a timescale unit, and a number of segments, this method creates an array of date ranges.
 ArrayList<Double> TimephasedUtility.segmentBaselineCost(ProjectFile file, List<TimephasedCost> cost, TimescaleUnits rangeUnits, ArrayList<DateRange> dateList)
          This is the main entry point used to convert the internal representation of timephased baseline cost into an external form which can be displayed to the user.
 ArrayList<Duration> TimephasedUtility.segmentBaselineWork(ProjectFile file, List<TimephasedWork> work, TimescaleUnits rangeUnits, ArrayList<DateRange> dateList)
          This is the main entry point used to convert the internal representation of timephased baseline work into an external form which can be displayed to the user.
 ArrayList<Double> TimephasedUtility.segmentCost(ProjectCalendar projectCalendar, List<TimephasedCost> cost, TimescaleUnits rangeUnits, ArrayList<DateRange> dateList)
          This is the main entry point used to convert the internal representation of timephased cost into an external form which can be displayed to the user.
 ArrayList<Duration> TimephasedUtility.segmentWork(ProjectCalendar projectCalendar, List<TimephasedWork> work, TimescaleUnits rangeUnits, ArrayList<DateRange> dateList)
          This is the main entry point used to convert the internal representation of timephased work into an external form which can be displayed to the user.
 



Copyright © 2012. All Rights Reserved.