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 StringeditableProperties()booleanequals(Object o)StringgetText()StringgetVocabulary()inthashCode()Override Object.hashCode() to implement equals.voidsetText(String text)voidsetVocabulary(String vocabulary)
-