public interface TextifierSupport
Attribute
that can print a readable representation of itself.Modifier and Type | Method and Description |
---|---|
void |
textify(StringBuilder outputBuilder,
Map<Label,String> labelNames)
Generates a human readable representation of this attribute.
|
void textify(StringBuilder outputBuilder, Map<Label,String> labelNames)
outputBuilder
- where the human representation of this attribute must be appended.labelNames
- the human readable names of the labels.Copyright © 2021. All rights reserved.