thredds.catalog2.builder
Interface ThreddsMetadataBuilder.VariableBuilder
- All Superinterfaces:
- ThreddsBuilder
- Enclosing interface:
- ThreddsMetadataBuilder
public static interface ThreddsMetadataBuilder.VariableBuilder
- extends ThreddsBuilder
getName
String getName()
setName
void setName(String name)
getDescription
String getDescription()
setDescription
void setDescription(String description)
getUnits
String getUnits()
setUnits
void setUnits(String units)
getVocabularyId
String getVocabularyId()
setVocabularyId
void setVocabularyId(String vocabId)
getVocabularyName
String getVocabularyName()
setVocabularyName
void setVocabularyName(String vocabName)
getVocabularyAuthorityId
String getVocabularyAuthorityId()
getVocabularyAuthorityUrl
String getVocabularyAuthorityUrl()
build
ThreddsMetadata.Variable build()
throws BuilderException
- Description copied from interface:
ThreddsBuilder
- Generate the object being built by this ThreddsBuilder.
- Specified by:
build
in interface ThreddsBuilder
- Returns:
- the THREDDS catalog object being built by this ThreddsBuilder.
- Throws:
BuilderException
- if this ThreddsBuilder is not in a valid state.
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.