Class UMLStereotype
java.lang.Object
de.elnarion.util.plantuml.generator.classdiagram.internal.UMLStereotype
The Class UMLStereotype.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the diagram text.Gets the tagged value compartment.booleanChecks for tagged values.voidsetAttributes(Map<String, List<String>> attributes) Sets the attributes.voidSets the name.
-
Constructor Details
-
UMLStereotype
Instantiates a new UML stereotype.- Parameters:
paramName- the param nameparamAttributes- the param attributes
-
-
Method Details
-
setName
Sets the name.- Parameters:
name- the new name
-
setAttributes
Sets the attributes.- Parameters:
attributes- the attributes
-
getDiagramText
Gets the diagram text.- Returns:
- the diagram text
-
hasTaggedValues
public boolean hasTaggedValues()Checks for tagged values.- Returns:
- true, if successful
-
getTaggedValueCompartment
Gets the tagged value compartment.- Returns:
- the tagged value compartment
-