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 java.lang.Object
implements Choice


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

Method Detail

getService

public java.lang.String getService()

getTitle

public java.lang.String getTitle()

getDataFormat

public java.lang.String getDataFormat()

getReturns

public java.lang.String getReturns()

toString

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

getValue2

public java.lang.String getValue2()

getValue

public java.lang.String getValue()
Specified by:
getValue in interface Choice

equals

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

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object