Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

Taxonomy.java

Go to the documentation of this file.
00001 
00058 package com.arcle.rmt.rqml;
00059 
00060 import java.util.*;
00061 
00066 public interface Taxonomy extends RQMLFirstClass
00067 {
00068    public static final int TE_REQUIREMENT = 1;
00069    public static final int TE_STAKEHOLDER = 2;
00070    public static final int TE_USECASE = 3;
00071    public static final int TE_PROJECT = 4;
00072    public static final int TE_ASSUMPTION = 5;
00073    public static final int TE_CONTEXT = 6;
00074    public static final int TE_ISSUE = 7;
00075    public static final int TE_LEXICON = 8;
00076    public static final int TE_GROUP = 9;
00077    public static final int TE_TRACE = 10;
00078 
00080    public abstract int getTypeElement();
00081 
00082    public abstract void setTypeElement(int typeElement);
00083 
00084 }
00085 

Generated on Fri Jun 18 19:51:26 2004 for Arcle Rambutan by doxygen 1.3.5