Class AttributePrinter
java.lang.Object
org.tentackle.model.print.AttributePrinter
-
Constructor Summary
ConstructorsConstructorDescriptionAttributePrinter(Attribute attribute, PrintConfiguration configuration) Creates an attribute printer. -
Method Summary
Modifier and TypeMethodDescriptionPrints the attribute's column name.Prints the attribute's comment string.Prints the attribute's java name.Prints the attribute's type.
-
Constructor Details
-
AttributePrinter
Creates an attribute printer.- Parameters:
attribute- the attributeconfiguration- the printing configuration
-
-
Method Details
-
printType
-
printJavaName
-
printColumnName
-
printComment
-