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

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

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

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

Methods in edu.nrao.sss.model.proposal that return types with arguments of type ObservingType
 Set<ObservingType> Proposal.getObservingTypes()
           
 

Method parameters in edu.nrao.sss.model.proposal with type arguments of type ObservingType
 void Proposal.setObservingTypes(Set<ObservingType> observingTypes)
           
 



Copyright © 2009. All Rights Reserved.