Uses of Interface
org.eclipse.emf.java.JPackage

Packages that use JPackage
org.eclipse.emf.java   
org.eclipse.emf.java.impl   
org.eclipse.emf.java.util   
org.eclipse.emf.test.examples   
 

Uses of JPackage in org.eclipse.emf.java
 

Methods in org.eclipse.emf.java that return JPackage
 JPackage JavaFactory.createJPackage()
          Returns a new object of class 'JPackage'
 JPackage JClass.getPackage()
          Returns the value of the 'Package' reference.
 JPackage JCompilationUnit.getPackage()
          Returns the value of the 'Package' reference
 

Methods in org.eclipse.emf.java that return types with arguments of type JPackage
 EList<JPackage> JCompilationUnit.getImportedPackages()
          Returns the value of the 'Imported Packages' reference list.
 

Methods in org.eclipse.emf.java with parameters of type JPackage
 void JClass.setPackage(JPackage value)
          Sets the value of the 'Package' reference
 void JCompilationUnit.setPackage(JPackage value)
          Sets the value of the 'Package' reference
 

Uses of JPackage in org.eclipse.emf.java.impl
 

Classes in org.eclipse.emf.java.impl that implement JPackage
 class JPackageImpl
          An implementation of the model object 'JPackage'
 

Fields in org.eclipse.emf.java.impl declared as JPackage
protected  JPackage JClassImpl.package_
          The cached value of the 'Package' reference
protected  JPackage JCompilationUnitImpl.package_
          The cached value of the 'Package' reference
 

Fields in org.eclipse.emf.java.impl with type parameters of type JPackage
protected  EList<JPackage> JCompilationUnitImpl.importedPackages
          The cached value of the 'Imported Packages' reference list
 

Methods in org.eclipse.emf.java.impl that return JPackage
 JPackage JClassImpl.basicGetPackage()
           
 JPackage JCompilationUnitImpl.basicGetPackage()
           
 JPackage JavaFactoryImpl.createJPackage()
           
 JPackage JClassImpl.getPackage()
           
 JPackage JCompilationUnitImpl.getPackage()
           
 

Methods in org.eclipse.emf.java.impl that return types with arguments of type JPackage
 EList<JPackage> JCompilationUnitImpl.getImportedPackages()
           
 

Methods in org.eclipse.emf.java.impl with parameters of type JPackage
 NotificationChain JClassImpl.basicSetPackage(JPackage newPackage, NotificationChain msgs)
           
 void JClassImpl.setPackage(JPackage newPackage)
           
 void JCompilationUnitImpl.setPackage(JPackage newPackage)
           
 

Uses of JPackage in org.eclipse.emf.java.util
 

Methods in org.eclipse.emf.java.util that return JPackage
static JPackage JavaUtil.createJPackageProxy(java.lang.String packageName)
           
 

Methods in org.eclipse.emf.java.util with parameters of type JPackage
 T JavaSwitch.caseJPackage(JPackage object)
          Returns the result of interpreting the object as an instance of 'JPackage'
 

Uses of JPackage in org.eclipse.emf.test.examples
 

Methods in org.eclipse.emf.test.examples with parameters of type JPackage
protected  void JavaTest.readTest(JPackage jPackage)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.