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.
ThreddsMetadata.Variables
public ThreddsMetadata.Variables(String vocab)
ThreddsMetadata.Variables
public ThreddsMetadata.Variables(String vocab,
String vocabHref,
URI vocabUri,
String mapHref,
URI mapUri)
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()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Override Object.hashCode() to implement equals.
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.