public class MarkupSection extends Object
Constructor and Description |
---|
MarkupSection(String header)
Instantiates a new markup section.
|
Modifier and Type | Method and Description |
---|---|
void |
addValue(MarkupElement element)
Adds an element to this section.
|
String |
getHeader()
Gets the header.
|
List<MarkupElement> |
getValues()
Gets the elements.
|
void |
setHeader(String header)
Sets the header.
|
public MarkupSection(String header)
header
- the headerpublic void addValue(MarkupElement element)
element
- the elementpublic String getHeader()
public List<MarkupElement> getValues()
public void setHeader(String header)
header
- the new headerCopyright © 2019 SEMS project @ University of Rostock. All rights reserved.