- java.lang.Object
-
- org.tentackle.model.print.AttributeSectionPrinter
-
public class AttributeSectionPrinter extends java.lang.ObjectPretty prints the section containing the attributes.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description AttributeSectionPrinter(Entity entity, PrintConfiguration configuration)Creates a section printer.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringprint()Pretty prints the attribute section.
-
-
-
Constructor Detail
-
AttributeSectionPrinter
public AttributeSectionPrinter(Entity entity, PrintConfiguration configuration)
Creates a section printer.- Parameters:
entity- the entityconfiguration- the configuration
-
-