Uses of Class
edu.nrao.sss.model.resource.AntennaSpecifier

Packages that use AntennaSpecifier
edu.nrao.sss.model.resource Resource object model. 
 

Uses of AntennaSpecifier in edu.nrao.sss.model.resource
 

Methods in edu.nrao.sss.model.resource that return AntennaSpecifier
static AntennaSpecifier AntennaSpecifier.fromString(String text)
          Returns the antenna specifier represented by text.
static AntennaSpecifier AntennaSpecifier.getDefault()
          Returns the default antenna specifier.
 AntennaSpecifier AntennaSelection.getIdType()
          Returns the type of identifiers returned by AntennaSelection.getMatchingAntennas().
static AntennaSpecifier AntennaSpecifier.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AntennaSpecifier[] AntennaSpecifier.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.model.resource with parameters of type AntennaSpecifier
 void AntennaSelection.setIdType(AntennaSpecifier newType)
          Set the type of identifiers returned by AntennaSelection.getMatchingAntennas().
 



Copyright © 2009. All Rights Reserved.