Package thredds.catalog.query
Class SelectService
- java.lang.Object
-
- thredds.catalog.query.Selector
-
- thredds.catalog.query.SelectService
-
public class SelectService extends Selector
Implementation of a DQC service selector element. A SelectService contains a list of Objects of type ServiceChoice.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SelectService.ServiceChoice
-
Constructor Summary
Constructors Constructor Description SelectService(String id, String title)
Construct from fields in XML catalog.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addServiceChoice(String service, String title, String dataFormat, String returns, String value)
boolean
equals(Object o)
SelectService with same values are equalArrayList
getChoices()
int
getSize()
int
hashCode()
Override Object.hashCode() to implement equals.-
Methods inherited from class thredds.catalog.query.Selector
appendQuery, getDescription, getId, getSelectType, getTemplate, getTitle, isMultiple, isRequired, isUsed, setCompoundSelectors, setDescription, setId, setMultiple, setRequired, setTemplate, setTitle, setUsed
-
-