Uses of Class
org.eclipse.emf.test.tools.merger.facade.BaseFacadeTest.Operation

Packages that use BaseFacadeTest.Operation
org.eclipse.emf.test.tools.merger.facade   
 

Uses of BaseFacadeTest.Operation in org.eclipse.emf.test.tools.merger.facade
 

Methods in org.eclipse.emf.test.tools.merger.facade that return BaseFacadeTest.Operation
static BaseFacadeTest.Operation BaseFacadeTest.Operation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BaseFacadeTest.Operation[] BaseFacadeTest.Operation.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.emf.test.tools.merger.facade with parameters of type BaseFacadeTest.Operation
protected  int BaseFacadeTest.updateNoChildren(JNode parentNode, JNode node, BaseFacadeTest.Operation operation, int noChildrenBefore)
           
protected  int BaseFacadeTest.updateNoChildren(JNode parentNode, JNode node, BaseFacadeTest.Operation operation, int noChildrenBefore, java.lang.Class<? extends JNode> childrenClass)
           
 


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