Uses of Interface
org.eclipse.uml2.uml.Stereotype

Packages that use Stereotype
org.eclipse.uml2.uml   
org.eclipse.uml2.uml.resource   
org.eclipse.uml2.uml.util   
 

Uses of Stereotype in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Stereotype
 Stereotype UMLFactory.createStereotype()
          Returns a new object of class 'Stereotype'
 Stereotype Profile.createOwnedStereotype(String name)
          Creates a new Stereotype, with the specified 'Name', and appends it to the 'Owned Stereotype' reference list
 Stereotype Profile.getOwnedStereotype(String name)
          Retrieves the first Stereotype with the specified 'Name' from the 'Owned Stereotype' reference list
 Stereotype Profile.getOwnedStereotype(String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Stereotype with the specified 'Name' from the 'Owned Stereotype' reference list
 Stereotype Profile.createOwnedStereotype(String name, boolean isAbstract)
           Creates a(n) (abstract) stereotype with the specified name as an owned stereotype of this profile
 Stereotype Extension.getStereotype()
           Retrieves the stereotype that extends a metaclass through this extension
 Stereotype Element.getRequiredStereotype(String qualifiedName)
           Retrieves the stereotype with the specified qualified name that is required for this element, or null if no such stereotype is required
 Stereotype Element.getAppliedStereotype(String qualifiedName)
           Retrieves the stereotype with the specified qualified name that is applied to this element, or null if no such stereotype is applied
 Stereotype Element.getAppliedSubstereotype(Stereotype stereotype, String qualifiedName)
           Retrieves the substereotype of the specified stereotype with the specified qualified name that is applied to this element, or null if no such stereotype is applied
 Stereotype Element.getApplicableStereotype(String qualifiedName)
           Retrieves the stereotype with the specified qualified name that is applicable to this element, or null if no such stereotype is applicable
 

Methods in org.eclipse.uml2.uml with parameters of type Stereotype
 EObject Element.getStereotypeApplication(Stereotype stereotype)
           Retrieves the application of the specified stereotype for this element, or null if no such stereotype application exists
 EList Element.getAppliedSubstereotypes(Stereotype stereotype)
           Retrieves the substereotypes of the specified stereotype that are applied to this element
 Stereotype Element.getAppliedSubstereotype(Stereotype stereotype, String qualifiedName)
           Retrieves the substereotype of the specified stereotype with the specified qualified name that is applied to this element, or null if no such stereotype is applied
 boolean Element.hasValue(Stereotype stereotype, String propertyName)
           Determines whether this element has a (non-default) value for the property with the specified name in the specified stereotype
 Object Element.getValue(Stereotype stereotype, String propertyName)
           Retrieves the value of the property with the specified name in the specified stereotype for this element
 void Element.setValue(Stereotype stereotype, String propertyName, Object newValue)
           Sets the value of the property with the specified name in the specified stereotype for this element
 boolean Element.isStereotypeApplicable(Stereotype stereotype)
           Determines whether the specified stereotype is applicable to this element
 boolean Element.isStereotypeRequired(Stereotype stereotype)
           Determines whether the specified stereotype is required for this element
 boolean Element.isStereotypeApplied(Stereotype stereotype)
           Determines whether the specified stereotype is applied to this element
 EObject Element.applyStereotype(Stereotype stereotype)
           Applies the specified stereotype to this element
 EObject Element.unapplyStereotype(Stereotype stereotype)
           Unapplies the specified stereotype from this element
 

Uses of Stereotype in org.eclipse.uml2.uml.resource
 

Methods in org.eclipse.uml2.uml.resource that return Stereotype
protected  Stereotype UML22UMLResourceHandler.getUML2Stereotype(Element element, String name)
           
 

Uses of Stereotype in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util that return Stereotype
protected static Stereotype UMLUtil.getStereotype(EClass definition)
           
static Stereotype UMLUtil.getStereotype(EObject stereotypeApplication)
          Retrieves the stereotype for which the specified object represents an application.
protected  Stereotype UMLUtil.UML2EcoreConverter.getAppliedEcoreStereotype(Element element, String name)
           
protected  Stereotype UMLUtil.Ecore2UMLConverter.getEcoreStereotype(EModelElement eModelElement, String name)
           
 

Methods in org.eclipse.uml2.uml.util with parameters of type Stereotype
 boolean UMLValidator.validateStereotype(Stereotype stereotype, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateStereotype_validateNameNotClash(Stereotype stereotype, DiagnosticChain diagnostics, Map context)
          Validates the validateNameNotClash constraint of 'Stereotype'
 boolean UMLValidator.validateStereotype_validateGeneralize(Stereotype stereotype, DiagnosticChain diagnostics, Map context)
          Validates the validateGeneralize constraint of 'Stereotype'
static EObject UMLUtil.safeApplyStereotype(Element element, Stereotype stereotype)
          Safely applies the specified stereotype to the specified element, i.e.
protected static Property UMLUtil.getTagDefinition(Stereotype stereotype, String propertyName)
           
static boolean UMLUtil.setTaggedValue(Element element, Stereotype stereotype, String propertyName, Object value)
          Sets the value of the specified property of the specified stereotype application on the specified element.
protected  void UMLUtil.UML2EcoreConverter.processEcoreTaggedValue(EModelElement eModelElement, EStructuralFeature eStructuralFeature, Element element, Stereotype stereotype, String propertyName, Map options, DiagnosticChain diagnostics, Map context)
           
protected  void UMLUtil.Ecore2UMLConverter.processEcoreTaggedValue(Element element, Stereotype stereotype, String propertyName, EModelElement eModelElement, EStructuralFeature eStructuralFeature, Map options, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseStereotype(Stereotype object)
          Returns the result of interpretting the object as an instance of 'Stereotype'
 


Copyright 2003, 2006 IBM Corporation and others.
All Rights Reserved.