Uses of Class
edu.nrao.sss.model.proposal.ScientificType

Packages that use ScientificType
edu.nrao.sss.model.proposal Proposal object model. 
 

Uses of ScientificType in edu.nrao.sss.model.proposal
 

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

Methods in edu.nrao.sss.model.proposal with parameters of type ScientificType
 void Proposal.setScientificCategory(ScientificType scienceCategory)
           
 



Copyright © 2009. All Rights Reserved.