Class ThreddsMetadata.Vocab

  • Enclosing class:
    ThreddsMetadata

    public static class ThreddsMetadata.Vocab
    extends Object
    Implements Vocab type, just text with an optional "vocabulary" attribute.
    • Constructor Detail

      • Vocab

        public Vocab()
    • Method Detail

      • getText

        public String getText()
      • setText

        public void setText​(String text)
      • getVocabulary

        public String getVocabulary()
      • setVocabulary

        public void setVocabulary​(String vocabulary)
      • editableProperties

        public static String editableProperties()
      • hashCode

        public int hashCode()
        Override Object.hashCode() to implement equals.
        Overrides:
        hashCode in class Object