Package thredds.client.catalog
Class ThreddsMetadata.Variable
- java.lang.Object
-
- thredds.client.catalog.ThreddsMetadata.Variable
-
- All Implemented Interfaces:
Comparable<ThreddsMetadata.Variable>
- Enclosing class:
- ThreddsMetadata
@Immutable public static class ThreddsMetadata.Variable extends Object implements Comparable<ThreddsMetadata.Variable>
Implements Variable type.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(ThreddsMetadata.Variable o)
String
getDescription()
String
getName()
String
getUnits()
String
getVocabularyId()
String
getVocabularyName()
-
-
-
Method Detail
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getVocabularyName
public String getVocabularyName()
-
getVocabularyId
public String getVocabularyId()
-
getUnits
public String getUnits()
-
compareTo
public int compareTo(ThreddsMetadata.Variable o)
- Specified by:
compareTo
in interfaceComparable<ThreddsMetadata.Variable>
-
-