Release Planner v1.0

rp.dom.xml
Class RPTags

java.lang.Object
  |
  +--rp.util.xml.XMLTagsDefault
        |
        +--rp.dom.xml.RPTags
All Implemented Interfaces:
XMLTags

public class RPTags
extends XMLTagsDefault

Used by loaders classes to access the integer id's of tags. Used by the XML loading framework in rp.util.xml to find loader classes.

Version:
$Revision: 1.1 $, $Date: 2001/06/01 15:26:31 $

Field Summary
static int CAPACITY
           
static int CLASS
           
static int CODER
           
static int DAYS
           
static int ESTIMATE
           
static int MEAN
           
static int NAME
           
static int nTags
           
static int PRODUCT
           
static int RELEASE_PLAN
           
static int SDEV
           
static int TO_DATE
           
static int VACATION
           
static int WORK_FACTOR
           
 
Method Summary
static XMLTags get()
          Returns the singleton instance of this class.
 
Methods inherited from class rp.util.xml.XMLTagsDefault
doneTags, getLoader, idOf, nameOf, putTag, returnLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RELEASE_PLAN

public static final int RELEASE_PLAN
See Also:
Constant Field Values

PRODUCT

public static final int PRODUCT
See Also:
Constant Field Values

CODER

public static final int CODER
See Also:
Constant Field Values

NAME

public static final int NAME
See Also:
Constant Field Values

CLASS

public static final int CLASS
See Also:
Constant Field Values

DAYS

public static final int DAYS
See Also:
Constant Field Values

TO_DATE

public static final int TO_DATE
See Also:
Constant Field Values

WORK_FACTOR

public static final int WORK_FACTOR
See Also:
Constant Field Values

VACATION

public static final int VACATION
See Also:
Constant Field Values

MEAN

public static final int MEAN
See Also:
Constant Field Values

SDEV

public static final int SDEV
See Also:
Constant Field Values

ESTIMATE

public static final int ESTIMATE
See Also:
Constant Field Values

CAPACITY

public static final int CAPACITY
See Also:
Constant Field Values

nTags

public static final int nTags
See Also:
Constant Field Values
Method Detail

get

public static XMLTags get()
Returns the singleton instance of this class.

Returns:
the singleton instance of this class

Release Planner v1.0