|
|||||||||||
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(java.lang.String name)
Retrieves the Stereotype with the specified 'Name' from the 'Owned Stereotype' reference list |
Stereotype |
Profile.createOwnedStereotype(java.lang.String name,
boolean isAbstract)
Creates a(n) (abstract) stereotype with the specified name as an owned stereotype of this profile. |
Stereotype |
Element.getApplicableStereotype(java.lang.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(java.lang.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. |
java.lang.Object |
Element.getValue(Stereotype stereotype,
java.lang.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,
java.lang.String propertyName,
java.lang.Object value)
Sets the value of the property with the specified name in the specified stereotype application for this element. |
boolean |
Element.hasValue(Stereotype stereotype,
java.lang.String propertyName)
Determines whether this element has a (non-default) value for the property with the specified name in the specified stereotype application. |
java.lang.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 that return Stereotype | |
protected Stereotype |
UML2Util.Ecore2UML2Converter.getEcoreStereotype(EModelElement eModelElement,
java.lang.String name)
|
protected Stereotype |
UML2Util.UML22EcoreConverter.getAppliedEcoreStereotype(Element element,
java.lang.String name)
|
Methods in org.eclipse.uml2.util with parameters of type Stereotype | |
boolean |
UML2Validator.validateStereotype(Stereotype stereotype,
DiagnosticChain diagnostics,
java.util.Map context)
|
protected static Property |
UML2Util.getTaggedValueDefinition(Stereotype stereotype,
java.lang.String propertyName)
|
protected static void |
UML2Util.setTaggedValue(Element element,
Stereotype stereotype,
java.lang.String propertyName,
java.lang.Object value)
|
protected void |
UML2Util.Ecore2UML2Converter.processEcoreTaggedValue(Element element,
Stereotype stereotype,
java.lang.String propertyName,
EModelElement eModelElement,
EStructuralFeature eStructuralFeature,
java.util.Map options,
DiagnosticChain diagnostics,
java.util.Map context)
|
protected void |
UML2Util.UML22EcoreConverter.processEcoreTaggedValue(EModelElement eModelElement,
EStructuralFeature eStructuralFeature,
Element element,
Stereotype stereotype,
java.lang.String propertyName,
java.util.Map options,
DiagnosticChain diagnostics,
java.util.Map context)
|
java.lang.Object |
UML2Switch.caseStereotype(Stereotype object)
Returns the result of interpretting the object as an instance of 'Stereotype' |
|
Copyright 2003, 2005 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |