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

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

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

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

Methods in edu.nrao.sss.model.project that return types with arguments of type ScientificPriority
static EnumSet<ScientificPriority> ScientificPriority.getPrioritiesFor(TelescopeType telescope)
          Returns a set of enumerations that is appropriate for the given telescope.
 

Methods in edu.nrao.sss.model.project with parameters of type ScientificPriority
 boolean ScientificPriority.isHigherPriorityThan(ScientificPriority otherSciPri)
          Returns true if this priority is higher (more important) than otherSciPri.
 void Project.setScientificPriority(ScientificPriority newPriority)
          Sets the scientific priority for this project.
 



Copyright © 2009. All Rights Reserved.