- java.lang.Object
-
- org.tentackle.model.print.AttributeSectionPrinter
-
public class AttributeSectionPrinter extends Object
Pretty prints the section containing the attributes.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description AttributeSectionPrinter(Entity entity, PrintConfiguration configuration)Creates a section printer.
-
-
-
Constructor Detail
-
AttributeSectionPrinter
public AttributeSectionPrinter(Entity entity, PrintConfiguration configuration)
Creates a section printer.- Parameters:
entity- the entityconfiguration- the configuration
-
-
Method Detail
-
print
public String print()
Pretty prints the attribute section.- Returns:
- the printed section
-
-