Uses of Interface
org.eclipse.uml2.PackageImport

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

Uses of PackageImport in org.eclipse.uml2
 

Subinterfaces of PackageImport in org.eclipse.uml2
 interface ProfileApplication
           A representation of the model object 'Profile Application'
 

Methods in org.eclipse.uml2 that return PackageImport
 PackageImport UML2Factory.createPackageImport()
          Returns a new object of class 'Package Import'
 PackageImport Namespace.createPackageImport(EClass eClass)
          Creates a PackageImport and appends it to the 'Package Import' containment reference list
 

Uses of PackageImport in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type PackageImport
 boolean UML2Validator.validatePackageImport(PackageImport packageImport, DiagnosticChain diagnostics, Map context)
           
 boolean UML2Validator.validatePackageImport_validatePublicOrPrivate(PackageImport packageImport, DiagnosticChain diagnostics, Map context)
          Validates the validatePublicOrPrivate constraint of 'Package Import'
 Object UML2Switch.casePackageImport(PackageImport object)
          Returns the result of interpretting the object as an instance of 'Package Import'
 


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