org.agileclick.genorm.parser
Class GenOrmParser.Configuration

java.lang.Object
  extended by org.agileclick.genorm.parser.GenOrmParser.Configuration
Enclosing class:
GenOrmParser

public class GenOrmParser.Configuration
extends java.lang.Object


Constructor Summary
GenOrmParser.Configuration()
           
 
Method Summary
 GenOrmParser.Option getOption()
          Convenience function for getting a single value
 java.util.List<GenOrmParser.Option> getOptionList()
           
 GenOrmParser.Plugin getPlugin()
          Convenience function for getting a single value
 java.util.List<GenOrmParser.Plugin> getPluginList()
           
 GenOrmParser.TypeMap getTypeMap()
          Convenience function for getting a single value
 java.util.List<GenOrmParser.TypeMap> getTypeMapList()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenOrmParser.Configuration

public GenOrmParser.Configuration()
Method Detail

getOptionList

public java.util.List<GenOrmParser.Option> getOptionList()

getOption

public GenOrmParser.Option getOption()
Convenience function for getting a single value


getTypeMapList

public java.util.List<GenOrmParser.TypeMap> getTypeMapList()

getTypeMap

public GenOrmParser.TypeMap getTypeMap()
Convenience function for getting a single value


getPluginList

public java.util.List<GenOrmParser.Plugin> getPluginList()

getPlugin

public GenOrmParser.Plugin getPlugin()
Convenience function for getting a single value