Package de.unirostock.sems.bives.markup
Interface Markup
-
public interface Markup
The Interface Markup for objects who are able to report their contents to a markup document.- Author:
- Martin Scharm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
markup()
Produce some markup presenting the contents of this object.
-
-
-
Method Detail
-
markup
String markup()
Produce some markup presenting the contents of this object.- Returns:
- the string to include in the report
-
-