Clears all of the FactKeys in this Class (forgets the mappings from Strings to FactKeys).
()
| 132 | * Strings to FactKeys). |
| 133 | */ |
| 134 | public static void clearConstants() |
| 135 | { |
| 136 | typeMap.clear(); |
| 137 | } |
| 138 | |
| 139 | /** |
| 140 | * Designed to appropriately cast an object fetched with this FactKey. |