org.agileclick.genorm.parser
Class GenOrmParser.Configuration
java.lang.Object
org.agileclick.genorm.parser.GenOrmParser.Configuration
- Enclosing class:
- GenOrmParser
public class GenOrmParser.Configuration
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenOrmParser.Configuration
public GenOrmParser.Configuration()
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