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

Packages that use JInitializer
org.eclipse.emf.java   
org.eclipse.emf.java.impl   
org.eclipse.emf.java.util   
 

Uses of JInitializer in org.eclipse.emf.java
 

Methods in org.eclipse.emf.java that return JInitializer
 JInitializer JavaFactory.createJInitializer()
          Returns a new object of class 'JInitializer'
 

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

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

Methods in org.eclipse.emf.java.impl that return JInitializer
 JInitializer JavaFactoryImpl.createJInitializer()
           
 

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

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


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