()
| 204 | } |
| 205 | |
| 206 | @Override |
| 207 | public String toString() |
| 208 | { |
| 209 | if (PCGenSettings.OPTIONS_CONTEXT.getBoolean(PCGenSettings.OPTION_SHOW_OUTPUT_NAME_FOR_OTHER_ITEMS, false)) |
| 210 | { |
| 211 | return getOutputName(); |
| 212 | } |
| 213 | |
| 214 | return getDisplayName(); |
| 215 | } |
| 216 | |
| 217 | /** |
| 218 | * @return true if the name of this item is Product Identity (i.e owned by the publisher) |
nothing calls this directly
no test coverage detected