Interface Textifiable


  • public interface Textifiable
    An Attribute that can print a readable representation of itself.
    • Method Detail

      • textify

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