Uses of Class
org.eclipse.emf.codegen.ecore.genmodel.GenClass.ChildCreationData

Packages that use GenClass.ChildCreationData
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
 

Uses of GenClass.ChildCreationData in org.eclipse.emf.codegen.ecore.genmodel
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return types with arguments of type GenClass.ChildCreationData
 java.util.List<GenClass.ChildCreationData> GenClass.getChildCreationData()
           
 java.util.List<GenClass.ChildCreationData> GenClass.getChildCreationData(GenModel context)
           
 java.util.Map<GenPackage,java.util.Map<GenClass,java.util.List<GenClass.ChildCreationData>>> GenPackage.getExtendedChildCreationData()
          Returns a nested map structure describing the child creation extensions that this package provides to other packages.
 

Uses of GenClass.ChildCreationData in org.eclipse.emf.codegen.ecore.genmodel.impl
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return types with arguments of type GenClass.ChildCreationData
 java.util.List<GenClass.ChildCreationData> GenClassImpl.getAllChildCreationData(GenModel context)
           
 java.util.List<GenClass.ChildCreationData> GenClassImpl.getChildCreationData()
           
 java.util.List<GenClass.ChildCreationData> GenClassImpl.getChildCreationData(GenModel context)
           
 java.util.Map<GenPackage,java.util.Map<GenClass,java.util.List<GenClass.ChildCreationData>>> GenPackageImpl.getExtendedChildCreationData()
           
 


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