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.
- Author:
- john caron
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 |
SelectService
public SelectService(String id,
String title)
- Construct from fields in XML catalog.
- See Also:
Selector
addServiceChoice
public void addServiceChoice(String service,
String title,
String dataFormat,
String returns,
String value)
getChoices
public ArrayList getChoices()
getSize
public int getSize()
equals
public boolean equals(Object o)
- SelectService with same values are equal
- Overrides:
equals
in class Selector
hashCode
public int hashCode()
- Override Object.hashCode() to implement equals.
- Overrides:
hashCode
in class Selector
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.