public static interface ThreddsMetadataBuilder.VariableBuilder extends ThreddsBuilder
Modifier and Type | Method and Description |
---|---|
ThreddsMetadata.Variable |
build()
Generate the object being built by this ThreddsBuilder.
|
String |
getDescription() |
String |
getName() |
String |
getUnits() |
String |
getVocabularyAuthorityId() |
String |
getVocabularyAuthorityUrl() |
String |
getVocabularyId() |
String |
getVocabularyName() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setUnits(String units) |
void |
setVocabularyId(String vocabId) |
void |
setVocabularyName(String vocabName) |
getIssues, isBuilt
String getName()
void setName(String name)
String getDescription()
void setDescription(String description)
String getUnits()
void setUnits(String units)
String getVocabularyId()
void setVocabularyId(String vocabId)
String getVocabularyName()
void setVocabularyName(String vocabName)
String getVocabularyAuthorityId()
String getVocabularyAuthorityUrl()
ThreddsMetadata.Variable build() throws BuilderException
ThreddsBuilder
build
in interface ThreddsBuilder
BuilderException
- if this ThreddsBuilder is not in a valid state.Copyright © 1999–2013 UCAR/Unidata. All rights reserved.