Interface FieldConfig
public interface FieldConfig
Configuration how Fields are rendered in the UML.
- Author:
- Sjoerd Talsma
-
Method Summary
Modifier and TypeMethodDescriptionbooleaninclude(Visibility fieldVisibility) Whether to include fields with the specifiedVisibilityin 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
Whether to include fields with the specifiedVisibilityin the UML diagram.- Parameters:
fieldVisibility- The visibility of the evaluated field.- Returns:
trueif fields with the requested visibility must be included in the UML diagram orfalseotherwise.
-