edu.nrao.sss.model.parameter
Class EntityTypes

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

public class EntityTypes
extends Object

Simple routines for Entities: done as a singleton only because the others that are similar are.

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
 List<String> getAntennaNamesList()
           
 List<String> getEntityTypesNamesList()
           
static EntityTypes getInstance()
          Returns an instance of this Entities utility.
 List<String> getPadNamesList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

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

Returns:
Entities.

getPadNamesList

public List<String> getPadNamesList()

getAntennaNamesList

public List<String> getAntennaNamesList()

getEntityTypesNamesList

public List<String> getEntityTypesNamesList()


Copyright © 2009. All Rights Reserved.