public class PlantUMLStereotypeImpl extends Object implements PlantUMLStereotype
PlantUMLStereotype implementation.| Constructor and Description |
|---|
PlantUMLStereotypeImpl(PlantUMLSpottedCharacter spottedCharacter)
Medium constructor.
|
PlantUMLStereotypeImpl(String txt)
Medium constructor.
|
PlantUMLStereotypeImpl(String txt,
PlantUMLSpottedCharacter spottedCharacter)
Full constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PlantUMLStereotype o) |
PlantUMLStereotype |
deepClone() |
boolean |
equals(Object obj) |
PlantUMLSpottedCharacter |
getPlantUMLSpottedCharacter()
Gets the plantUML spotted character.
|
String |
getPlantUMLTextDescription()
Returns the
String representing the object as a plantUML text. |
String |
getText()
Gets the stereotype inner text.
|
int |
hashCode() |
String |
toString() |
public PlantUMLStereotypeImpl(PlantUMLSpottedCharacter spottedCharacter)
spottedCharacter - The spotted character as a PlantUMLSpottedCharacter, if any. May be
null.public PlantUMLStereotypeImpl(String txt)
txt - the stereotype inner text, may be empty but not null.public PlantUMLStereotypeImpl(String txt, PlantUMLSpottedCharacter spottedCharacter)
txt - the stereotype inner text, may be empty but not null.spottedCharacter - The spotted character as a PlantUMLSpottedCharacter, if any. May be
null.public int compareTo(PlantUMLStereotype o)
compareTo in interface Comparable<PlantUMLStereotype>public PlantUMLStereotype deepClone()
deepClone in interface net.sourceforge.plantumldependency.common.clone.DeepCloneable<PlantUMLStereotype>public PlantUMLSpottedCharacter getPlantUMLSpottedCharacter()
null if the element doesn't have
any specific spotted character.getPlantUMLSpottedCharacter in interface PlantUMLStereotypePlantUMLSpottedCharacter, if one specified.public String getPlantUMLTextDescription()
String representing the object as a plantUML text. Following the object,
it is usually a text corresponding to one of the plantUML diagram.getPlantUMLTextDescription in interface WithDescriptionString representing the object as a plantUML text description.public String getText()
getText in interface PlantUMLStereotypeCopyright © 2014 Sourceforge. All rights reserved.