Uses of Class
org.teiid.metadata.Table.Type
-
Packages that use Table.Type Package Description org.teiid.metadata -
-
Uses of Table.Type in org.teiid.metadata
Methods in org.teiid.metadata that return Table.Type Modifier and Type Method Description Table.TypeTable. getTableType()static Table.TypeTable.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Table.Type[]Table.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teiid.metadata with parameters of type Table.Type Modifier and Type Method Description voidTable. setTableType(Table.Type i)
-