Interface SchemaElementFormatter<T extends SchemaElement<?>>

Type Parameters:
T - type of schema element
All Known Implementing Classes:
AttributeType.DefaultSchemaElementFormatter, DITContentRule.DefaultSchemaElementFormatter, DITStructureRule.DefaultSchemaElementFormatter, MatchingRule.DefaultSchemaElementFormatter, MatchingRuleUse.DefaultSchemaElementFormatter, NameForm.DefaultSchemaElementFormatter, ObjectClass.DefaultSchemaElementFormatter, Syntax.DefaultSchemaElementFormatter

public interface SchemaElementFormatter<T extends SchemaElement<?>>
Interface for formatting schema elements.
  • Method Summary

    Modifier and Type
    Method
    Description
    format(T element)
    Returns a string representation of the supplied schema element.
  • Method Details

    • format

      String format(T element)
      Returns a string representation of the supplied schema element.
      Parameters:
      element - to format
      Returns:
      formatted schema element