Package thredds.catalog
Class ThreddsMetadata.Variables
- java.lang.Object
-
- thredds.catalog.ThreddsMetadata.Variables
-
- Enclosing class:
- ThreddsMetadata
public static class ThreddsMetadata.Variables extends Object
Implements Variables type.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddVariable(ThreddsMetadata.Variable v)booleanequals(Object o)StringgetMapHref()URIgetMapUri()List<ThreddsMetadata.Variable>getVariableList()StringgetVocabHref()StringgetVocabulary()URIgetVocabUri()inthashCode()Override Object.hashCode() to implement equals.voidsort()StringtoString()
-
-
-
Method Detail
-
getVocabulary
public String getVocabulary()
-
getVocabHref
public String getVocabHref()
-
getVocabUri
public URI getVocabUri()
-
getMapUri
public URI getMapUri()
-
getMapHref
public String getMapHref()
-
addVariable
public void addVariable(ThreddsMetadata.Variable v)
-
getVariableList
public List<ThreddsMetadata.Variable> getVariableList()
-
sort
public void sort()
-
hashCode
public int hashCode()
Override Object.hashCode() to implement equals.
-
-