Uses of Class
org.fopps.model.ArtefactCategory

Packages that use ArtefactCategory
org.fopps.model   
 

Uses of ArtefactCategory in org.fopps.model
 

Fields in org.fopps.model declared as ArtefactCategory
static ArtefactCategory ArtefactCategory.Unspecified
           
static ArtefactCategory ArtefactCategory.SourceCode
           
static ArtefactCategory ArtefactCategory.Documentation
           
static ArtefactCategory ArtefactCategory.TestReport
           
 

Methods in org.fopps.model that return ArtefactCategory
static ArtefactCategory ArtefactCategory.addCategory(java.lang.String pName)
          Adds a category and returns the corresponding instance.
static ArtefactCategory ArtefactCategory.getCategory(java.lang.String pName)
          Returns the category instance for a given name
static ArtefactCategory ArtefactCategory.byName(java.lang.String pName)
          Returns an instance of an artefact by name
 ArtefactCategory Artefact.getCategory()
          Returns the category of the artefact
 

Methods in org.fopps.model with parameters of type ArtefactCategory
 void Artefact.setCategory(ArtefactCategory pCategory)
          Changes the category of the artefact
 



Fopps 0.19 - Copyright © 2002 Oliver Wieland. All Rights Reserved.