Uses of Class
org.castor.cpa.test.framework.xml.types.DatabaseEngineType

Packages that use DatabaseEngineType
org.castor.cpa.test.framework   
org.castor.cpa.test.framework.xml   
org.castor.cpa.test.framework.xml.types   
 

Uses of DatabaseEngineType in org.castor.cpa.test.framework
 

Methods in org.castor.cpa.test.framework that return DatabaseEngineType
 DatabaseEngineType CPAConfigRegistry.getEngine(String db)
           
 

Methods in org.castor.cpa.test.framework with parameters of type DatabaseEngineType
 boolean CPATestCase.exclude(DatabaseEngineType engine)
           
static void CPAScriptExecutor.execute(DatabaseEngineType engine, Connection connection, String test)
           
 boolean CPATestCase.include(DatabaseEngineType engine)
           
static List<String> CPAScriptExecutor.parse(Reader reader, DatabaseEngineType engine)
           
 

Uses of DatabaseEngineType in org.castor.cpa.test.framework.xml
 

Methods in org.castor.cpa.test.framework.xml that return DatabaseEngineType
 DatabaseEngineType Database.getEngine()
          Returns the value of field 'engine'.
 

Methods in org.castor.cpa.test.framework.xml with parameters of type DatabaseEngineType
 void Database.setEngine(DatabaseEngineType engine)
          Sets the value of field 'engine'.
 

Uses of DatabaseEngineType in org.castor.cpa.test.framework.xml.types
 

Methods in org.castor.cpa.test.framework.xml.types that return DatabaseEngineType
static DatabaseEngineType DatabaseEngineType.fromValue(String value)
          Method fromValue.
static DatabaseEngineType DatabaseEngineType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DatabaseEngineType[] DatabaseEngineType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.