Uses of Class
de.fesenmeyer.dbnormalizer.core.TableContainerType

Packages that use TableContainerType
de.fesenmeyer.dbnormalizer.core The top-level package of the core logic, which contains the fundamental classes of DBNormalizer. 
 

Uses of TableContainerType in de.fesenmeyer.dbnormalizer.core
 

Fields in de.fesenmeyer.dbnormalizer.core declared as TableContainerType
private  TableContainerType TableContainer.type
          The type.
 

Methods in de.fesenmeyer.dbnormalizer.core that return TableContainerType
 TableContainerType TableContainer.getType()
          Gets the type.
static TableContainerType TableContainerType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TableContainerType[] TableContainerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.fesenmeyer.dbnormalizer.core with parameters of type TableContainerType
TableContainer(String name, TableContainerType type)
          Class Constructor specifying name and type.