|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthredds.dqc.Description
public class Description
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 |
|---|
protected java.lang.StringBuffer content
| Constructor Detail |
|---|
protected Description()
protected Description(java.lang.String content)
| Method Detail |
|---|
public java.lang.String getContent()
protected void setContent(java.lang.String content)
protected void appendContent(java.lang.String moreContent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||