Uses of Interface
org.databene.benerator.PlatformDescriptor

Packages that use PlatformDescriptor
org.databene.benerator The root package for the databene-generator library. 
org.databene.benerator.engine.statement   
org.databene.platform.xls   
 

Uses of PlatformDescriptor in org.databene.benerator
 

Classes in org.databene.benerator that implement PlatformDescriptor
 class DefaultPlatformDescriptor
          Default implementation of the PlatformDescriptor interface.
 

Uses of PlatformDescriptor in org.databene.benerator.engine.statement
 

Methods in org.databene.benerator.engine.statement with parameters of type PlatformDescriptor
 void ImportStatement.importPlatform(PlatformDescriptor platformDescriptor, BeneratorContext context)
           
 

Constructor parameters in org.databene.benerator.engine.statement with type arguments of type PlatformDescriptor
ImportStatement(boolean defaultImports, java.lang.String[] classImports, java.lang.String[] domainImports, java.util.List<PlatformDescriptor> platformImports)
           
 

Uses of PlatformDescriptor in org.databene.platform.xls
 

Classes in org.databene.platform.xls that implement PlatformDescriptor
 class PlatformDescriptor
          XLS platform descriptor.
 



Copyright © 2013. All Rights Reserved.