Ecore

org.topcased.modeler.ecore.editor.outline
Class RegisteredPackage

java.lang.Object
  extended by org.topcased.modeler.ecore.editor.outline.RegisteredPackage

public class RegisteredPackage
extends java.lang.Object

Helper class to allow lazy loading of a package in the outline
creation : 19 déc. 2005


Constructor Summary
RegisteredPackage(java.lang.String uri)
          Constructor
 
Method Summary
 EPackage getEPackage()
          Returns the Ecore package associated with the current uri
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegisteredPackage

public RegisteredPackage(java.lang.String uri)
Constructor

Parameters:
uri - the package uri
Method Detail

getEPackage

public EPackage getEPackage()
Returns the Ecore package associated with the current uri

Returns:
the registered EPackage

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

Ecore

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.