public class AttributePrinter extends Object
| Constructor and Description |
|---|
AttributePrinter(Attribute attribute,
PrintConfiguration configuration)
Creates an attribute printer.
|
| Modifier and Type | Method and Description |
|---|---|
String |
printColumnName()
Prints the attribute's column name.
|
String |
printComment()
Prints the attribute's comment string.
|
String |
printJavaName()
Prints the attribute's java name.
|
String |
printType()
Prints the attribute's type.
|
public AttributePrinter(Attribute attribute, PrintConfiguration configuration)
attribute - the attributeconfiguration - the printing configurationpublic String printType()
public String printJavaName()
public String printColumnName()
public String printComment()
Tentackle - a domain driven enterprise framework