Interface FieldConfig


public interface FieldConfig
Configuration how Fields are rendered in the UML.
Author:
Sjoerd Talsma
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    include(Visibility fieldVisibility)
    Whether to include fields with the specified Visibility in the UML diagram.
    Set how field types are rendered in the UML diagram.
  • Method Details

    • typeDisplay

      TypeDisplay typeDisplay()
      Set how field types are rendered in the UML diagram.
      Returns:
      How field types are rendered.
    • include

      boolean include(Visibility fieldVisibility)
      Whether to include fields with the specified Visibility in the UML diagram.
      Parameters:
      fieldVisibility - The visibility of the evaluated field.
      Returns:
      true if fields with the requested visibility must be included in the UML diagram or false otherwise.