Interface FieldConfig
public interface FieldConfig
Influences how Fields are rendered in the UML.
- Author:
- Sjoerd Talsma
-
Method Summary
Modifier and TypeMethodDescriptionbooleaninclude(Visibility fieldVisibility) Return whether to include fields with the specifiedVisibilityinto the UML diagram.How to display the type of the field in the UML diagram (ifincluded).
-
Method Details
-
typeDisplay
TypeDisplay typeDisplay()How to display the type of the field in the UML diagram (ifincluded). Possible values how to display field types are summarized in theTypeDisplaydescription.- Returns:
- the configured way of displaying the types for fields in the UML diagram.
-
include
Return whether to include fields with the specifiedVisibilityinto the UML diagram.- Parameters:
fieldVisibility- The disibility of the field evaluated for inclusion in the UML diagram.- Returns:
trueif fields with the requested visibility should be included in the UML diagram orfalseotherwise.
-