Uses of Class
edu.nrao.sss.model.project.scan.ScanIntent

Packages that use ScanIntent
edu.nrao.sss.model.project Project object model. 
edu.nrao.sss.model.project.scan Scan object model. 
 

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

Methods in edu.nrao.sss.model.project that return ScanIntent
 ScanIntent ServiceCalibration.getType()
          Returns the type of calibration to be performed.
 

Methods in edu.nrao.sss.model.project with parameters of type ScanIntent
 void ServiceCalibration.setType(ScanIntent calibrationType)
          Sets the type of calibration to be performed.
 

Uses of ScanIntent in edu.nrao.sss.model.project.scan
 

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

Methods in edu.nrao.sss.model.project.scan that return types with arguments of type ScanIntent
 Set<ScanIntent> Scan.getIntents()
          Returns a set of the purposes for which this scan is intended.
 Set<ScanIntent> ScanMode.getValidIntents()
          Returns a set of intents that are valid for this scan mode.
 

Method parameters in edu.nrao.sss.model.project.scan with type arguments of type ScanIntent
 void Scan.setIntents(Set<ScanIntent> replacementSet)
          Sets the purposes for which this scan is intended.
 



Copyright © 2009. All Rights Reserved.