- java.lang.Object
-
- org.tentackle.model.print.AttributeOptionsPrinter
-
public class AttributeOptionsPrinter extends java.lang.ObjectPretty printer for attribute options.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description AttributeOptionsPrinter(Attribute attribute, PrintConfiguration configuration)Creates an options printer.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringprint()Prints the options string (without brackets).
-
-
-
Constructor Detail
-
AttributeOptionsPrinter
public AttributeOptionsPrinter(Attribute attribute, PrintConfiguration configuration)
Creates an options printer.- Parameters:
attribute- the attributeconfiguration- the printing configuration
-
-