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