@Immutable public static class ThreddsMetadata.Variable extends Object implements Comparable<ThreddsMetadata.Variable>
Modifier and Type | Field and Description |
---|---|
String |
desc |
String |
id |
String |
name |
String |
units |
String |
vocabulary_name |
Constructor and Description |
---|
Variable(String name,
String desc,
String vocabulary_name,
String units,
String id) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ThreddsMetadata.Variable o) |
String |
getDescription() |
String |
getName() |
String |
getUnits() |
String |
getVocabularyId() |
String |
getVocabularyName() |
public final String name
public final String desc
public final String vocabulary_name
public final String units
public final String id
public String getName()
public String getDescription()
public String getVocabularyName()
public String getVocabularyId()
public String getUnits()
public int compareTo(ThreddsMetadata.Variable o)
compareTo
in interface Comparable<ThreddsMetadata.Variable>