org.agileclick.genorm.parser
Class GenOrmParser.Table

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

public class GenOrmParser.Table
extends java.lang.Object


Constructor Summary
GenOrmParser.Table()
           
 
Method Summary
 GenOrmParser.Column getColumn()
          Convenience function for getting a single value
 java.util.List<GenOrmParser.Column> getColumnList()
           
 GenOrmParser.Property getProperty()
          Convenience function for getting a single value
 java.util.List<GenOrmParser.Property> getPropertyList()
           
 java.lang.String getType()
           
 java.util.List<java.lang.String> getTypeList()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenOrmParser.Table

public GenOrmParser.Table()
Method Detail

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