CookbookFields.java :  » Project-Management » XPlanner-0.7b7 » com » technoetic » xplanner » importer » spreadsheet » Java Open Source

Java Open Source » Project Management » XPlanner 0.7b7 
XPlanner 0.7b7 » com » technoetic » xplanner » importer » spreadsheet » CookbookFields.java
package com.technoetic.xplanner.importer.spreadsheet;

/*
 * $Header$
 * $Revision: 540 $
 * $Date: 2005-06-07 07:03:50 -0500 (Tue, 07 Jun 2005) $
 *
 * Copyright (c) 1999-2002 Jacques Morel.  All rights reserved.
 * Released under the Apache Software License, Version 1.1
 */

public interface CookbookFields
{
   int TITLE_COL = 4;
   int STATUS_COL = 9;
   int ESTIMATE_NUMBER_COL = 5;
   int STORY_END_DATE_COL = 7;
   int STORY_PRIORITY_COL = 0;
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.