MPXJ: Microsoft Project Exchange

net.sf.mpxj.mpx
Class AccrueTypeUtility

Package class diagram package AccrueTypeUtility
java.lang.Object
  extended by net.sf.mpxj.mpx.AccrueTypeUtility

final class AccrueTypeUtility
extends java.lang.Object

This class contains method relating to managing AccrueType instances for MPX files.


Method Summary
static AccrueType getInstance(java.lang.String type, java.util.Locale locale)
          This method takes the textual version of an accrue type name and populates the class instance appropriately.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static AccrueType getInstance(java.lang.String type,
                                     java.util.Locale locale)
This method takes the textual version of an accrue type name and populates the class instance appropriately. Note that unrecognised values are treated as "Prorated".

Parameters:
type - text version of the accrue type
locale - target locale
Returns:
AccrueType class instance


Copyright © 2000-2009 Packwood Software. All Rights Reserved.