public class SectionValue extends Object
Represents the content of the section.
Constructor and Description |
---|
SectionValue(Object data)
Creates instance of SectionValue.
|
public SectionValue(Object data)
Creates instance of SectionValue.
data
- public final Object getData()
Section data.
public final void setData(Object value)
Section data.
public final String toAmpHtml()
AmpHtml representation of section value.
public final String toHtml()
Html representation of section value.