thredds.catalog.query
Class SelectService.ServiceChoice

java.lang.Object
  extended by thredds.catalog.query.SelectService.ServiceChoice
All Implemented Interfaces:
Choice
Enclosing class:
SelectService

public class SelectService.ServiceChoice
extends Object
implements Choice


Method Summary
 boolean equals(Object o)
          SelectService with same values are equal
 String getDataFormat()
           
 String getReturns()
           
 String getService()
           
 String getTitle()
           
 String getValue()
           
 String getValue2()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getService

public String getService()

getTitle

public String getTitle()

getDataFormat

public String getDataFormat()

getReturns

public String getReturns()

toString

public String toString()
Specified by:
toString in interface Choice
Overrides:
toString in class Object

getValue2

public String getValue2()

getValue

public String getValue()
Specified by:
getValue in interface Choice

equals

public boolean equals(Object o)
SelectService with same values are equal

Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.