Uses of Class
net.sf.mpxj.DateOrder

Packages that use DateOrder
net.sf.mpxj   
 

Uses of DateOrder in net.sf.mpxj
 

Methods in net.sf.mpxj that return DateOrder
 DateOrder ProjectHeader.getDateOrder()
          Gets constant representing set Date order eg DMY, MDY.
static DateOrder DateOrder.getInstance(int type)
          Retrieve an instance of the enum based on its int value.
static DateOrder DateOrder.getInstance(Number type)
          Retrieve an instance of the enum based on its int value.
static DateOrder DateOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DateOrder[] DateOrder.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 DateOrder
 void ProjectHeader.setDateOrder(DateOrder dateOrder)
          Sets constant representing set Date order eg DMY, MDY.
 



Copyright © 2012. All Rights Reserved.