Interface TextifierSupport


public interface TextifierSupport
An Attribute that can print a readable representation of itself.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    textify(StringBuilder outputBuilder, Map<Label,String> labelNames)
    Generates a human readable representation of this attribute.
  • Method Details

    • textify

      void textify(StringBuilder outputBuilder, Map<Label,String> labelNames)
      Generates a human readable representation of this attribute.
      Parameters:
      outputBuilder - where the human representation of this attribute must be appended.
      labelNames - the human readable names of the labels.