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 voidaddNestedSelector(SelectList s)booleanequals(Object o)InvDocumentationgetDescription()StringgetName()ArrayListgetNestedSelectors()SelectorgetParentSelector()StringgetTemplate()StringgetValue()inthashCode()Override Object.hashCode() to implement equals.booleanhasNestedSelectors()voidsetDescription(InvDocumentation desc)StringtoString()
-
-
-
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()
-
-