|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableType | |
|---|---|
| org.eobjects.metamodel.schema | API for schema structure |
| Uses of TableType in org.eobjects.metamodel.schema |
|---|
| Fields in org.eobjects.metamodel.schema declared as TableType | |
|---|---|
protected TableType |
MutableTable._type
|
static TableType[] |
TableType.DEFAULT_TABLE_TYPES
|
| Methods in org.eobjects.metamodel.schema that return TableType | |
|---|---|
static TableType |
TableType.getTableType(String literalType)
Tries to resolve a TableType based on an incoming string/literal. |
TableType |
Table.getType()
Gets the table type of this table. |
TableType |
MutableTable.getType()
|
static TableType |
TableType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TableType[] |
TableType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.eobjects.metamodel.schema with parameters of type TableType | |
|---|---|
int |
Schema.getTableCount(TableType type)
Gets the number of tables in this Schema that comply to a given TableType. |
int |
AbstractSchema.getTableCount(TableType type)
|
Table[] |
Schema.getTables(TableType type)
Gets all tables in this Schema of a particular type. |
Table[] |
AbstractSchema.getTables(TableType type)
|
MutableTable |
MutableTable.setType(TableType type)
|
| Constructors in org.eobjects.metamodel.schema with parameters of type TableType | |
|---|---|
MutableTable(String name,
TableType type)
|
|
MutableTable(String name,
TableType type,
Schema schema)
|
|
MutableTable(String name,
TableType type,
Schema schema,
Column... columns)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||