java.lang.Object
de.elnarion.util.plantuml.generator.classdiagram.internal.UMLField
All Implemented Interfaces:
PlantUMLDiagramElement

public class UMLField extends Object implements PlantUMLDiagramElement
The Class UMLField encapsulates all information needed for creating a diagram text for a uml field object.
  • Constructor Details

    • UMLField

      public UMLField(ClassifierType paramClassifierType, VisibilityType paramVisibilityType, String paramName, String paramType, List<String> paramAnnotations)
      Instantiates a new uml field.
      Parameters:
      paramClassifierType - - ClassifierType - the classifier type
      paramVisibilityType - - VisibilityType - the visibility type
      paramName - - String - the name
      paramType - - String - the type name
      paramAnnotations - - List - the annotations of the field
  • Method Details