Class UMLField
java.lang.Object
de.elnarion.util.plantuml.generator.classdiagram.internal.UMLField
- All Implemented Interfaces:
PlantUMLDiagramElement
The Class UMLField encapsulates all information needed for creating a diagram
text for a uml field object.
-
Constructor Summary
ConstructorsConstructorDescriptionUMLField(ClassifierType paramClassifierType, VisibilityType paramVisibilityType, String paramName, String paramType, List<String> paramAnnotations) Instantiates a new uml field. -
Method Summary
-
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 typeparamVisibilityType- -VisibilityType- the visibility typeparamName- - String - the nameparamType- - String - the type nameparamAnnotations- - List - the annotations of the field
-
-
Method Details
-
getName
Gets the name.- Returns:
- String - the name
-
getDiagramText
Description copied from interface:PlantUMLDiagramElementGets the diagram text.- Specified by:
getDiagramTextin interfacePlantUMLDiagramElement- Returns:
- String - the diagram text
-