thredds.catalog
Class ThreddsMetadata.Variables

java.lang.Object
  extended by thredds.catalog.ThreddsMetadata.Variables
Enclosing class:
ThreddsMetadata

public static class ThreddsMetadata.Variables
extends java.lang.Object

Implements Variables type.


Constructor Summary
ThreddsMetadata.Variables(java.lang.String vocab)
           
ThreddsMetadata.Variables(java.lang.String vocab, java.lang.String vocabHref, java.net.URI vocabUri, java.lang.String mapHref, java.net.URI mapUri)
           
 
Method Summary
 void addVariable(ThreddsMetadata.Variable v)
           
 boolean equals(java.lang.Object o)
           
 java.lang.String getMapHref()
           
 java.net.URI getMapUri()
           
 java.util.List<ThreddsMetadata.Variable> getVariableList()
           
 java.lang.String getVocabHref()
           
 java.lang.String getVocabulary()
           
 java.net.URI getVocabUri()
           
 int hashCode()
          Override Object.hashCode() to implement equals.
 void sort()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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