Package thredds.catalog.query
Class SelectService.ServiceChoice
- java.lang.Object
-
- thredds.catalog.query.SelectService.ServiceChoice
-
- All Implemented Interfaces:
Choice
- Enclosing class:
- SelectService
public static class SelectService.ServiceChoice extends Object implements Choice
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)SelectService with same values are equalStringgetDataFormat()StringgetReturns()StringgetService()StringgetTitle()StringgetValue()StringgetValue2()inthashCode()StringtoString()
-
-
-
Method Detail
-
getService
public String getService()
-
getTitle
public String getTitle()
-
getDataFormat
public String getDataFormat()
-
getReturns
public String getReturns()
-
toString
public String toString()
-
getValue2
public String getValue2()
-
equals
public boolean equals(Object o)
SelectService with same values are equal
-
-