public class AtomText extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_HTML |
static String |
TYPE_TEXT |
| Constructor and Description |
|---|
AtomText() |
AtomText(String content) |
AtomText(String content,
String type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
String |
getType() |
void |
setContent(String value) |
void |
setType(String type) |
public static final String TYPE_HTML
public static final String TYPE_TEXT
public AtomText()
public AtomText(String content)
Copyright © 2010–2021 Vegard IT GmbH, Germany. All rights reserved.