public class Description extends Object
| Modifier and Type | Field and Description |
|---|---|
protected StringBuffer |
content |
| Modifier | Constructor and Description |
|---|---|
protected |
Description()
Null constructor.
|
protected |
Description(String content)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendContent(String moreContent)
Append to the text content of this description.
|
String |
getContent()
Get the text that is the content of this description.
|
protected void |
setContent(String content)
Set the text content of this description.
|
protected StringBuffer content
protected Description()
protected Description(String content)
public String getContent()
protected void setContent(String content)
protected void appendContent(String moreContent)
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.