Uses of Class
org.eclipse.emf.codegen.merge.java.JControlModel.PullRule

Packages that use JControlModel.PullRule
org.eclipse.emf.codegen.jmerge   
org.eclipse.emf.codegen.merge.java   
 

Uses of JControlModel.PullRule in org.eclipse.emf.codegen.jmerge
 

Subclasses of JControlModel.PullRule in org.eclipse.emf.codegen.jmerge
static class JControlModel.PullRule
          Deprecated. in 2.2.0. Use JControlModel.PullRule instead.
 

Methods in org.eclipse.emf.codegen.jmerge that return JControlModel.PullRule
protected  JControlModel.PullRule JControlModel.createPullRule(java.lang.String classPrefix, org.w3c.dom.Element elementChild)
          Deprecated.  
 

Uses of JControlModel.PullRule in org.eclipse.emf.codegen.merge.java
 

Fields in org.eclipse.emf.codegen.merge.java with type parameters of type JControlModel.PullRule
protected  java.util.List<JControlModel.PullRule> JControlModel.pullRules
           
 

Methods in org.eclipse.emf.codegen.merge.java that return JControlModel.PullRule
protected  JControlModel.PullRule JControlModel.createPullRule(java.lang.String classPrefix, org.w3c.dom.Element elementChild)
           
 

Methods in org.eclipse.emf.codegen.merge.java that return types with arguments of type JControlModel.PullRule
 java.util.List<JControlModel.PullRule> JControlModel.getPullRules()
           
 


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