thredds.catalog
Class ThreddsMetadata.Variable

java.lang.Object
  extended by thredds.catalog.ThreddsMetadata.Variable
All Implemented Interfaces:
Comparable
Enclosing class:
ThreddsMetadata

public static class ThreddsMetadata.Variable
extends Object
implements Comparable

Implements Variable type.


Constructor Summary
ThreddsMetadata.Variable()
           
ThreddsMetadata.Variable(String name, String desc, String vocabulary_name, String units, String id)
           
 
Method Summary
 int compareTo(Object o)
           
static String editableProperties()
           
 boolean equals(Object o)
           
 String getDescription()
           
 String getName()
           
 String getUnits()
           
 String getVocabularyId()
           
 String getVocabularyName()
           
 int hashCode()
           
static String hiddenProperties()
           
 void setDescription(String desc)
           
 void setName(String name)
           
 void setUnits(String units)
           
 void setVocabularyId(Attribute id)
           
 void setVocabularyId(String id)
           
 void setVocabularyName(String vocabulary_name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThreddsMetadata.Variable

public ThreddsMetadata.Variable()

ThreddsMetadata.Variable

public ThreddsMetadata.Variable(String name,
                                String desc,
                                String vocabulary_name,
                                String units,
                                String id)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String desc)

getVocabularyName

public String getVocabularyName()

setVocabularyName

public void setVocabularyName(String vocabulary_name)

getVocabularyId

public String getVocabularyId()

setVocabularyId

public void setVocabularyId(String id)

setVocabularyId

public void setVocabularyId(Attribute id)

getUnits

public String getUnits()

setUnits

public void setUnits(String units)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

hiddenProperties

public static String hiddenProperties()

editableProperties

public static String editableProperties()


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.