Uses of Class
edu.nrao.sss.model.project.ProjectType

Packages that use ProjectType
edu.nrao.sss.model.project Project object model. 
 

Uses of ProjectType in edu.nrao.sss.model.project
 

Methods in edu.nrao.sss.model.project that return ProjectType
static ProjectType ProjectType.fromString(String text)
          Returns the project type represented by text.
static ProjectType ProjectType.getDefault()
          Returns a default project type.
 ProjectType Project.getProjectType()
          Returns the type of this project.
static ProjectType ProjectType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProjectType[] ProjectType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.model.project with parameters of type ProjectType
 void Project.setProjectType(ProjectType type)
          Sets the type of this project.
 



Copyright © 2009. All Rights Reserved.