Package thredds.catalog
Class ThreddsMetadata.Vocab
- java.lang.Object
-
- thredds.catalog.ThreddsMetadata.Vocab
-
- Enclosing class:
- ThreddsMetadata
public static class ThreddsMetadata.Vocab extends Object
Implements Vocab type, just text with an optional "vocabulary" attribute.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
editableProperties()
boolean
equals(Object o)
String
getText()
String
getVocabulary()
int
hashCode()
Override Object.hashCode() to implement equals.void
setText(String text)
void
setVocabulary(String vocabulary)
-