edu.nrao.sss.model.parameter
Class Bands

java.lang.Object
  extended by edu.nrao.sss.model.parameter.Bands

public class Bands
extends Object

Wraps the Band enum in a hash for quick lookups on band.

Version Info:

$Revision: 329 $
$Date: 2007-02-06 11:43:05 -0700 (Tue, 06 Feb 2007) $
$Author: switz $

Since:
2007-09-10
Author:
Stephan Witz

Method Summary
 Band getBand(String name)
           
 String getBandNames()
           
 List<String> getBandNamesList()
           
static Bands getInstance()
          Returns an instance of this Bands utility.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Bands getInstance()
Returns an instance of this Bands utility.

Returns:
bands.

getBand

public Band getBand(String name)

getBandNames

public String getBandNames()

getBandNamesList

public List<String> getBandNamesList()


Copyright © 2009. All Rights Reserved.