|
UML | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.topcased.modeler.uml.UMLLabel
public final class UMLLabel
This class computes the text for the UML2 objects.
These labels are compliant with the UML2 Superstructure Spec
Method Summary | |
---|---|
static java.lang.String |
getMultiplicityText(org.eclipse.uml2.uml.MultiplicityElement multiplicity)
Returns the multiplicity label |
static java.lang.String |
getPropertyModifiersText(org.eclipse.uml2.uml.Property property)
Compute a String value used to represent the modifiers properties of a given Property |
static java.lang.String |
getStereotypesNotation(org.eclipse.uml2.uml.Element uml2Element)
Get a string representation of all the applied stereoptypes on the given UML2 element. |
static java.lang.String |
getVisibilityNotation(org.eclipse.uml2.uml.VisibilityKind visibility)
Return a representation for a given visibility kind |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getMultiplicityText(org.eclipse.uml2.uml.MultiplicityElement multiplicity)
multiplicity
- the multiplicity element
public static java.lang.String getStereotypesNotation(org.eclipse.uml2.uml.Element uml2Element)
uml2Element
- an UML2 element
public static java.lang.String getVisibilityNotation(org.eclipse.uml2.uml.VisibilityKind visibility)
visibility
- the visibily
public static java.lang.String getPropertyModifiersText(org.eclipse.uml2.uml.Property property)
property
- the Property element
|
UML | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.