Gets a 'safe' String representation @param key @return a 'safe' String
(PCStringKey key)
| 7398 | * @return a 'safe' String |
| 7399 | */ |
| 7400 | public String getSafeStringFor(PCStringKey key) |
| 7401 | { |
| 7402 | String s = factFacet.get(id, key); |
| 7403 | if (s == null) |
| 7404 | { |
| 7405 | s = Constants.EMPTY_STRING; |
| 7406 | } |
| 7407 | return s; |
| 7408 | } |
| 7409 | |
| 7410 | /** |
| 7411 | * Sets if ADD: level abilities should be processed when incrementing a |