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 classSelectService.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 voidaddServiceChoice(String service, String title, String dataFormat, String returns, String value)booleanequals(Object o)SelectService with same values are equalArrayListgetChoices()intgetSize()inthashCode()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
-
-