thredds.dqc
Class Description

java.lang.Object
  extended by thredds.dqc.Description

public class Description
extends java.lang.Object

A description of the parent DQC element. A DQC description element can contain plain text or mixed text and XHTML markup. User: edavis Date: Jan 22, 2004 Time: 10:38:25 PM


Field Summary
protected  java.lang.StringBuffer content
           
 
Constructor Summary
protected Description()
          Null constructor.
protected Description(java.lang.String content)
          Constructor.
 
Method Summary
protected  void appendContent(java.lang.String moreContent)
          Append to the text content of this description.
 java.lang.String getContent()
          Get the text that is the content of this description.
protected  void setContent(java.lang.String content)
          Set the text content of this description.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected java.lang.StringBuffer content
Constructor Detail

Description

protected Description()
Null constructor.


Description

protected Description(java.lang.String content)
Constructor.

Method Detail

getContent

public java.lang.String getContent()
Get the text that is the content of this description.


setContent

protected void setContent(java.lang.String content)
Set the text content of this description.


appendContent

protected void appendContent(java.lang.String moreContent)
Append to the text content of this description.