thredds.catalog
Class ThreddsMetadata.Variables

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

public static class ThreddsMetadata.Variables
extends Object

Implements Variables type.


Constructor Summary
ThreddsMetadata.Variables(String vocab)
           
ThreddsMetadata.Variables(String vocab, String vocabHref, URI vocabUri, String mapHref, URI mapUri)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThreddsMetadata.Variables

public ThreddsMetadata.Variables(String vocab)

ThreddsMetadata.Variables

public ThreddsMetadata.Variables(String vocab,
                                 String vocabHref,
                                 URI vocabUri,
                                 String mapHref,
                                 URI mapUri)
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()

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.