public class PlantUMLClassesDiagramInterfaceElementImpl extends AbstractPlantUMLClassesDiagramElement implements PlantUMLClassesDiagramInterfaceElement
PlantUMLClassesDiagramInterfaceElement implementation.| Constructor and Description |
|---|
PlantUMLClassesDiagramInterfaceElementImpl(String fullName)
Medium constructor.
|
PlantUMLClassesDiagramInterfaceElementImpl(String fullName,
PlantUMLStereotype stereotyp)
Full constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PlantUMLClassesDiagramElement |
deepClone() |
boolean |
equals(Object obj) |
protected String |
getAdditionalPlantUMLTextDescription()
Gets an additional plantUML description, which may be necessary for some element.
|
PlantUMLStereotype |
getStereotype()
Gets the element stereotype.
|
int |
hashCode() |
String |
toString() |
compareTo, getElementTag, getName, getPlantUMLTextDescriptionclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetElementTag, getNamegetPlantUMLTextDescriptioncompareTopublic PlantUMLClassesDiagramInterfaceElementImpl(String fullName)
fullName - the element full name, mustn't be null.public PlantUMLClassesDiagramInterfaceElementImpl(String fullName, PlantUMLStereotype stereotyp)
fullName - the element full name, mustn't be null.stereotyp - the element stereotype, if any, may be null.public PlantUMLClassesDiagramElement deepClone()
deepClone in interface net.sourceforge.plantumldependency.common.clone.DeepCloneable<PlantUMLClassesDiagramElement>deepClone in class AbstractPlantUMLClassesDiagramElementpublic boolean equals(Object obj)
equals in class AbstractPlantUMLClassesDiagramElementprotected String getAdditionalPlantUMLTextDescription()
getAdditionalPlantUMLTextDescription in class AbstractPlantUMLClassesDiagramElementpublic PlantUMLStereotype getStereotype()
null if the element doesn't have any
specific stereotype.getStereotype in interface WithStereotypePlantUMLStereotype instance, if one specified.public int hashCode()
hashCode in class AbstractPlantUMLClassesDiagramElementpublic String toString()
toString in class AbstractPlantUMLClassesDiagramElementCopyright © 2014 Sourceforge. All rights reserved.