Uses of Interface
org.eclipse.uml2.Extension

Packages that use Extension
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of Extension in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return Extension
 Extension UML2Factory.createExtension()
          Returns a new object of class 'Extension'
 Extension Stereotype.createExtension(EClass eClass, boolean required)
          Deprecated. Use createExtension(org.eclipse.uml2.Class, boolean) instead.
 Extension Stereotype.createExtension(Class metaclass, boolean required)
          Creates a(n) (required) extension of the specified metaclass with this stereotype.
 Extension Class.getExtension(java.lang.String name)
          Retrieves the Extension with the specified 'Name' from the 'Extension' reference list
 

Uses of Extension in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Extension
 boolean UML2Validator.validateExtension(Extension extension, DiagnosticChain diagnostics, java.util.Map context)
           
 java.lang.Object UML2Switch.caseExtension(Extension object)
          Returns the result of interpretting the object as an instance of 'Extension'
 


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