This method is the publicly facing method which returns a SchemaTupleFactory which will generate the SchemaTuple associated with the given identifier. This method is primarily for internal use in cases where the problem SchemaTuple is known based on the identifier associated with it (such as when de
(int id)
| 98 | * @return SchemaTupleFactory which will return SchemaTuple's of the given identifier |
| 99 | */ |
| 100 | protected static SchemaTupleFactory getInstance(int id) { |
| 101 | return SchemaTupleBackend.newSchemaTupleFactory(id); |
| 102 | } |
| 103 | |
| 104 | /** |
| 105 | * This method is the publicly facing method which returns a SchemaTupleFactory |