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

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

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

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

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

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

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

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


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