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

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

Uses of PackageImport in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return PackageImport
 PackageImport UMLFactory.createPackageImport()
          Returns a new object of class 'Package Import'
 PackageImport Profile.createMetamodelReference(Package importedPackage)
          Creates a new PackageImport, with the specified 'Imported Package', and appends it to the 'Metamodel Reference' reference list
 PackageImport Profile.getMetamodelReference(Package importedPackage)
          Retrieves the first PackageImport with the specified 'Imported Package' from the 'Metamodel Reference' reference list
 PackageImport Profile.getMetamodelReference(Package importedPackage, boolean createOnDemand)
          Retrieves the first PackageImport with the specified 'Imported Package' from the 'Metamodel Reference' reference list
 PackageImport Namespace.createPackageImport(Package importedPackage)
          Creates a new PackageImport, with the specified 'Imported Package', and appends it to the 'Package Import' containment reference list
 PackageImport Namespace.getPackageImport(Package importedPackage)
          Retrieves the first PackageImport with the specified 'Imported Package' from the 'Package Import' containment reference list
 PackageImport Namespace.getPackageImport(Package importedPackage, boolean createOnDemand)
          Retrieves the first PackageImport with the specified 'Imported Package' from the 'Package Import' containment reference list
 PackageImport Namespace.createPackageImport(Package package_, VisibilityKind visibility)
           Creates an import of the specified package into this namespace with the specified visibility
 

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

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


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