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 boolean
equals(Object o)
SelectService with same values are equalString
getDataFormat()
String
getReturns()
String
getService()
String
getTitle()
String
getValue()
String
getValue2()
int
hashCode()
String
toString()
-
-
-
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
-
-