public class SelectRange extends Selector
Constructor and Description |
---|
SelectRange(String min,
String max,
String units,
String modulo,
String resolution,
String selectType)
Construct from fields in XML catalog.
|
Modifier and Type | Method and 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() |
appendQuery, getDescription, getId, getTemplate, getTitle, isMultiple, isRequired, isUsed, setCompoundSelectors, setDescription, setId, setMultiple, setRequired, setTemplate, setTitle, setUsed
public String getMin()
public String getMax()
public String getUnits()
public boolean isModulo()
public String getResolution()
public String getSelectType()
getSelectType
in class Selector
public boolean equals(Object o)
Selector
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.