Package thredds.catalog.query
Class ListChoice
- java.lang.Object
-
- thredds.catalog.query.ListChoice
-
-
Constructor Summary
Constructors Constructor Description ListChoice(Selector parent, String name, String value, String description)
Construct from fields in XML catalog.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addNestedSelector(SelectList s)
boolean
equals(Object o)
InvDocumentation
getDescription()
String
getName()
ArrayList
getNestedSelectors()
Selector
getParentSelector()
String
getTemplate()
String
getValue()
int
hashCode()
Override Object.hashCode() to implement equals.boolean
hasNestedSelectors()
void
setDescription(InvDocumentation desc)
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
getParentSelector
public Selector getParentSelector()
-
getTemplate
public String getTemplate()
-
addNestedSelector
public void addNestedSelector(SelectList s)
-
getNestedSelectors
public ArrayList getNestedSelectors()
-
hasNestedSelectors
public boolean hasNestedSelectors()
-
setDescription
public void setDescription(InvDocumentation desc)
-
getDescription
public InvDocumentation getDescription()
-
toString
public String toString()
-
-