@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 desc
public final String id
public final String name
public final String units
public final String vocabulary_name
public int compareTo(ThreddsMetadata.Variable o)
compareTo in interface Comparable<ThreddsMetadata.Variable>public String getDescription()
public String getName()
public String getUnits()
public String getVocabularyId()
public String getVocabularyName()