- java.lang.Object
-
- org.tentackle.model.print.AttributeOptionsPrinter
-
public class AttributeOptionsPrinter extends Object
Pretty printer for attribute options.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description AttributeOptionsPrinter(Attribute attribute, PrintConfiguration configuration)Creates an options printer.
-
-
-
Constructor Detail
-
AttributeOptionsPrinter
public AttributeOptionsPrinter(Attribute attribute, PrintConfiguration configuration)
Creates an options printer.- Parameters:
attribute- the attributeconfiguration- the printing configuration
-
-
Method Detail
-
print
public String print()
Prints the options string (without brackets).- Returns:
- the option string
-
-