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

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

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

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

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

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

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

Methods in org.eclipse.emf.codegen.merge.java that return JControlModel.SweepRule
protected  JControlModel.SweepRule JControlModel.createSweepRule(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.SweepRule
 java.util.List<JControlModel.SweepRule> JControlModel.getSweepRules()
           
 


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