Uses of Class
de.mguennewig.pobjects.Pclass

Packages that use Pclass
de.mguennewig.pobjects The package de.mguennewig.pobjects provides an abstraction layer on top of a set of database tables by which table rows can be accessed transparently as Java objects. 
 

Uses of Pclass in de.mguennewig.pobjects
 

Methods in de.mguennewig.pobjects that return Pclass
static Pclass Pclass.findByName(Container db, java.lang.String tableName)
          Finds the Pclass instance for the given table name.
static Pclass Pclass.findForTable(Container db, ClassDecl te)
          Finds the Pclass instance for the given table.
 Pclass PclassColumn.getPclass()
          Returns the value of pclass.
 

Methods in de.mguennewig.pobjects with parameters of type Pclass
static PclassColumn[] PclassColumn.getPclassColumns(Pclass pclass)
          Returns all PclassColumns for the given Pclass.
 void PclassColumn.setPclass(Pclass v)
          Sets the value for pclass.
 

Constructors in de.mguennewig.pobjects with parameters of type Pclass
PclassColumn(java.lang.String columnName, Pclass pclass)
          Creates a new PclassColumn with all values specified.