thredds.catalog2.builder
Interface ThreddsMetadataBuilder.VariableBuilder

All Superinterfaces:
ThreddsBuilder
Enclosing interface:
ThreddsMetadataBuilder

public static interface ThreddsMetadataBuilder.VariableBuilder
extends ThreddsBuilder


Method Summary
 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)
           
 
Methods inherited from interface thredds.catalog2.builder.ThreddsBuilder
getIssues, isBuilt
 

Method Detail

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.