* Get the number of table types. * * This is the number of entries in the TableType enumeration. * You may assume that the enumeration is sequential starting at 0. */
| 110 | * You may assume that the enumeration is sequential starting at 0. |
| 111 | */ |
| 112 | static int GetNumberOfTableTypes() { return 3; } |
| 113 | |
| 114 | /** |
| 115 | * Get the number of tables across all types. |
no outgoing calls
no test coverage detected