public static class ThreddsMetadata.Variables extends Object
Constructor and Description |
---|
ThreddsMetadata.Variables(String vocab) |
ThreddsMetadata.Variables(String vocab,
String vocabHref,
URI vocabUri,
String mapHref,
URI mapUri) |
Modifier and Type | Method and 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() |
public ThreddsMetadata.Variables(String vocab)
public String getVocabulary()
public String getVocabHref()
public URI getVocabUri()
public URI getMapUri()
public String getMapHref()
public void addVariable(ThreddsMetadata.Variable v)
public List<ThreddsMetadata.Variable> getVariableList()
public void sort()
public int hashCode()
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.