thredds.catalog
Class ThreddsMetadata.Variables
java.lang.Object
thredds.catalog.ThreddsMetadata.Variables
- Enclosing class:
- ThreddsMetadata
public static class ThreddsMetadata.Variables
- extends java.lang.Object
Implements Variables type.
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ThreddsMetadata.Variables
public ThreddsMetadata.Variables(java.lang.String vocab)
ThreddsMetadata.Variables
public ThreddsMetadata.Variables(java.lang.String vocab,
java.lang.String vocabHref,
java.net.URI vocabUri,
java.lang.String mapHref,
java.net.URI mapUri)
getVocabulary
public java.lang.String getVocabulary()
getVocabHref
public java.lang.String getVocabHref()
getVocabUri
public java.net.URI getVocabUri()
getMapUri
public java.net.URI getMapUri()
getMapHref
public java.lang.String getMapHref()
addVariable
public void addVariable(ThreddsMetadata.Variable v)
getVariableList
public java.util.List<ThreddsMetadata.Variable> getVariableList()
sort
public void sort()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Override Object.hashCode() to implement equals.
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object