org.agileclick.genorm.parser
Class GenOrmParser.Table
java.lang.Object
org.agileclick.genorm.parser.GenOrmParser.Table
- Enclosing class:
- GenOrmParser
public class GenOrmParser.Table
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenOrmParser.Table
public GenOrmParser.Table()
getType
public java.lang.String getType()
getTypeList
public java.util.List<java.lang.String> getTypeList()
getPropertyList
public java.util.List<GenOrmParser.Property> getPropertyList()
getProperty
public GenOrmParser.Property getProperty()
- Convenience function for getting a single value
getColumnList
public java.util.List<GenOrmParser.Column> getColumnList()
getColumn
public GenOrmParser.Column getColumn()
- Convenience function for getting a single value