Class UMLClass
java.lang.Object
de.elnarion.util.plantuml.generator.classdiagram.internal.UMLClass
- All Implemented Interfaces:
PlantUMLDiagramElement
The Class UMLClass encapsulates all information needed for creating a diagram
text for a uml class object.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Method Details
-
getName
Gets the name.- Returns:
- String - the name
-
getDiagramText
Gets the diagram text.- Specified by:
getDiagramTextin interfacePlantUMLDiagramElement- Returns:
- the diagram text
-
addField
Adds the field.- Parameters:
paramField- the param field
-
addMethod
Adds the method.- Parameters:
paramMethod- the param method
-