Uses of Class
org.fopps.model.ProjectStatus

Packages that use ProjectStatus
org.fopps.model   
 

Uses of ProjectStatus in org.fopps.model
 

Fields in org.fopps.model declared as ProjectStatus
static ProjectStatus ProjectStatus.NotStarted
           
static ProjectStatus ProjectStatus.InProgress25
           
static ProjectStatus ProjectStatus.InProgress50
           
static ProjectStatus ProjectStatus.InProgress75
           
static ProjectStatus ProjectStatus.Finished
           
static ProjectStatus ProjectStatus.Blocked
           
static ProjectStatus[] ProjectStatus.INSTANCES
           
 

Methods in org.fopps.model that return ProjectStatus
static ProjectStatus ProjectStatus.byString(java.lang.String pType)
          Return the instance to a given string value.
 ProjectStatus ProjectItem.getStatus()
          Returns the current status of the project
 

Methods in org.fopps.model with parameters of type ProjectStatus
 void ProjectItem.setStatus(ProjectStatus pStatus)
          Sets a new value for the project status.
 



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