|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Stereotype | |
org.eclipse.uml2 | |
org.eclipse.uml2.util |
Uses of Stereotype in org.eclipse.uml2 |
Methods in org.eclipse.uml2 that return Stereotype | |
Stereotype |
UML2Factory.createStereotype()
Returns a new object of class 'Stereotype' |
Stereotype |
Profile.getOwnedStereotype(String unqualifiedName)
Retrieves the Stereotype with the specified name from the 'Owned Stereotype' reference list |
Stereotype |
Element.getApplicableStereotype(String qualifiedStereotypeName)
Retrieves the stereotype with the specified qualified name that is applicable to this element, or null if no such stereotype
exists. |
Stereotype |
Element.getAppliedStereotype(String qualifiedStereotypeName)
Retrieves the stereotype with the specified qualified name that is applied to this element, or null if no such stereotype is
applied. |
Methods in org.eclipse.uml2 with parameters of type Stereotype | |
boolean |
Element.isApplied(Stereotype stereotype)
Determines whether the specified stereotype is applied to this element. |
boolean |
Element.isRequired(Stereotype stereotype)
Determines whether the specified stereotype is required for this element. |
void |
Element.apply(Stereotype stereotype)
Applies the specified stereotype to this element. |
void |
Element.unapply(Stereotype stereotype)
Unapplies the specified stereotype from this element. |
Object |
Element.getValue(Stereotype stereotype,
String propertyName)
Retrieves the value of the property with the specified name from the specified stereotype application for this element. |
void |
Element.setValue(Stereotype stereotype,
String propertyName,
Object value)
Sets the value of the property with the specified name in the specified stereotype application for this element. |
String |
Element.getAppliedVersion(Stereotype stereotype)
Retrieves the version of the specified stereotype that is applied to this element. |
Uses of Stereotype in org.eclipse.uml2.util |
Methods in org.eclipse.uml2.util with parameters of type Stereotype | |
boolean |
UML2Validator.validateStereotype(Stereotype stereotype,
DiagnosticChain diagnostics,
Map context)
|
Object |
UML2Switch.caseStereotype(Stereotype object)
Returns the result of interpretting the object as an instance of 'Stereotype' |
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |