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 void
addVariable(ThreddsMetadata.Variable v)
boolean
equals(Object o)
String
getMapHref()
URI
getMapUri()
List<ThreddsMetadata.Variable>
getVariableList()
String
getVocabHref()
String
getVocabulary()
URI
getVocabUri()
int
hashCode()
Override Object.hashCode() to implement equals.void
sort()
String
toString()
-
-
-
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.
-
-