public abstract static class DTM.Content extends Object implements Cloneable, Formattable
format| Constructor and Description |
|---|
Content()
Synthetic minimal constructor provided by the umod compiler.
|
| Modifier and Type | Method and Description |
|---|---|
DTM.Content |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
DTM.Content |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
public Content()
public DTM.Content doclone()
Cloneable is known
to be implemented.public Format format()
format in interface Formattablepublic DTM.Content initFrom(Object o0)
see also the complete user documentation .