Package thredds.catalog.query
Class SelectRange
- java.lang.Object
-
- thredds.catalog.query.Selector
-
- thredds.catalog.query.SelectRange
-
public class SelectRange extends Selector
Implementation of a DQC select range.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Instances which have same id are equal.String
getMax()
String
getMin()
String
getResolution()
String
getSelectType()
String
getUnits()
int
hashCode()
Override Object.hashCode() to implement equals.boolean
isModulo()
-
Methods inherited from class thredds.catalog.query.Selector
appendQuery, getDescription, getId, getTemplate, getTitle, isMultiple, isRequired, isUsed, setCompoundSelectors, setDescription, setId, setMultiple, setRequired, setTemplate, setTitle, setUsed
-
-
-
-
Method Detail
-
getMin
public String getMin()
-
getMax
public String getMax()
-
getUnits
public String getUnits()
-
isModulo
public boolean isModulo()
-
getResolution
public String getResolution()
-
getSelectType
public String getSelectType()
- Overrides:
getSelectType
in classSelector
-
equals
public boolean equals(Object o)
Description copied from class:Selector
Instances which have same id are equal.
-
-